@media screen, print { html, body, .template-page {
height: 100%;
padding: 0;
margin: 0;
} @media print
{
.noShow {display:none;}   
}