body {
   background: white;
   }
   
div.print {
 font-family: arial;
 font-size: 12px;
 width: 100%;
 float: none !important;
}

div.printnarrow {
 font-family: arial;
 font-size: 12px;
 width: 85%;
 float: none !important;
}

div.noprint {
 display: none;
}