/* hides headers on printed pages including URLs */
@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}

.printHide {visibility:hidden;} 
.printPageBreak {page-break-before: always;}
