@media print {
  header, .show-for-small-only, .sub-navigation, .student-header, .extra-footer-space, .top-bar-space {
    display: none;
  }
  .hide.print-only {
    display: block !important;
  }
  .print-only {
    display: block !important;
  }
  .print-hidden {
    display: none;
  }
  body {
    margin-top: 25mm;
    margin-bottom: 25mm;
    margin-left: 25mm;
    margin-right: 25mm;
  }
  .anim-grow-x {
    width: 100%;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
