
@media print {
  /* Margins */
  @page {
    margin: 2cm;
  }
  /* Fonts */
  body {
    font: 13pt 'Roboto', sans-serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  #header, #footer { display: none !important; }
  
  
}
