
@page {                     /* For physical dimensions of print page */
  size: 8.5in 11in;       
  margin: 0.5in;          
}

@media print {              /* For hiding elements not needed in print */
    iframe,
    table,
    section a,
    form,
    .last-h2{
    display: none;
} 

}