@media print { 
  @page {size: landscape;}
  body {
    margin: 0%, 
    padding: 0%,
  }
 #noPrint, .noPrint { display: none !important; } 

}