/*
 * Print Stylesheet
 */
 body, p, td, th, h1, h2, h3, li, div {
   color: black !important;
   background: transparent !important;
 }
 
/* #leftcol, #rightcol {
   display: none !important;
   visibility: hidden !important;
 }
 
 #middlecol, #productcol {
   width: 18cm !important;
   margin: 1cm auto !important;
 }*/
 
 .clear {
   clear: both !important;
 }