.noPrint
{
 position: absolute;
 visibility:hidden;   
  empty-cells:hide;
  height:0px;
  width:0px;
  left:-10;
  top:-10;
  

}
#shrinkForPrint
{
    
    left:1in;
    top:1in;
    width:100%;
        
}

.widthForPrint
{
    
    width:8in;

} 
 
.page-break { display:block; page-break-before:always; }
