/* hides headers on printed pages including URLs */
@page {
    size: auto;   /* auto is the initial value */
    margin: 46px 0px 46px 0px;  /* this affects the margin in the printer settings - 46px=1/2" */
} 

.printHide {display: none;} 
.printPageBreak {page-break-before: always;}
