@media print {
  body {
      background-color: none;
      font-size: 12pt;}
  .noprint {
    display: none;}
}
