/* This applies to the entire website, but ONLY when someone prints or saves as PDF */
@media print {
  body table, 
  body th, 
  body td,
  .view table,
  .view td,
  .view th {
    font-size: 8pt !important;
    line-height: 1.2 !important;
    padding: 4px 6px !important; /* Tightens up row padding to fit more data on the page */
  }
}