@media print {
  .noprint {
    display: none;
  }
  .pagebreak {
    page-break-before: always;
  }
}
