 
@media print {
  
  /* hide header and footer when printing! */
  .Printheader, div.Printfooter { display: none; } 
 thead  {display: table-header-group;}
  
}



PB { page-break-before: always }