/* Print Style Rules */

@media print {
  .noPrint {
    display: none;
  }
  .printOnly {
    display: initial;
  }
}

