/* It is common to set printer friendly styles such as a white background with black text. */ body { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; float: none; margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */ padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: auto; } h1 { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } h2 { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } h3 { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } h4 { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } h5 { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } h6 { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } a,  a:link { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } a:visited { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } a:hover { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } a:focus { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } a:active { background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; } #content { visibility:visible; background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; float: none; margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */ padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: auto; display: block; } #outerWrapper, #header, #nav, #brands, #outerWrapper, #contentWrapper, #leftColumn1, #outerWrapper, #footer, #pep, #rightColumn1, .tooltip{ visibility:hidden; display:none; } #content { visibility:visible; background-color: #fff; background-image: none; border-color: #000; /* Sets the border color properties for an element using shorthand notation */ color: #000; float: none; margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */ padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: auto; display: block; } div#receipt{ width:20cm; padding:1em; font:12pt/1.5em "Trebuchet MS", Arial; background-color:#FFFFFF; color: #000000; border: none; } #receipt table{width:97%; padding:0; margin:0;} #receipt td{ padding:0; margin:2mm; } #receipt button{display:none; visibility:hidden;}
