/* ClickBarcode.com PRINT stylesheet */ /* Overall containers */ html, body{ margin: 0; padding: 0; background: #FFFFFF; font-family: sans-serif; font-size: 14px; } h1 { font-size: 20px; } h2 { font-size: 18px; } h3 { font-size: 16px; } #wrap { width: 100%; } /* Header Content */ #header { font-size: 12px; border-bottom: 2px solid #000000; } #welcome { /* Welcome Message */ display: none; } #HomeLink { /* clickable logo link to the home page */ } #HomeLink span{ /* text within the home link */ } /* Navigation links */ #navlist { display: none; } /* Main Page Section */ #main{ background: #FFFFFF; padding: 10px 10px 10px 10px ; } .Google780box { display: none; } .Google780box .Google780span { display: none; } /* Footer Section */ #footer { clear: both; margin-top: 50px; border-top: 2px solid #000000; text-align: center; font-size: 12px; color: #000000; } #copyright { text-align: center; font-size: 10px; } /* Barcode generation area */ #bcform { display: none; } #bcsaveoptions { display: none; } #bcdisplay { width: 100%; overflow: auto; text-align: center; }