/* Print stylesheet (linked with media="print"). Hides interactive/nav chrome when printing. */
.print-hide {
  display: none !important;
}
