@media print {

  /* Header and background reset */
  .navbar {
    display: none !important;
  }
  body.website-main {
    background: none;
  }
  .page-wrapper-1 {
    background: none;
  }
  .page-wrapper-2 {
    background: none;
  }
  .page-wrapper-3 {
    background: none;
  }
  .portlet-boundary:not(.portlet-no-background):not(.portlet-thin-content) .portlet {
    background: none;
  }
  .website-main #header .site-title-top .title-container {
    background: none;
  }
  .website-main #header .site-title-top {
    background: none;
  }
  .stripped-page-top {
    background: none;
  }
  .pair-header {
    border: 0 none;
  }
  .portlet-boundary:not(.portlet-no-background):not(.portlet-breadcrumb) .portlet .portlet-content {
    border: 0 none;
  }

  /* Toner save stuff - Optional */
  body a {
    color: #666;
  }
  .website-main #wrapper > header {
    margin-bottom: 0;
  }
  #main-content .pair-content {
    color: #666;
  }

  /* Font manipulation */
  #main-content .pair-content {
    font-size: 18px !important;
    line-height: 1.1;
  }
  #main-content .pair-content a {
    text-decoration: none;
  }
  #main-content .pair-content h2 {
    font-size: 22px !important;
    line-height: 1.2;
  }
  #main-content .pair-content center {
    line-height: 1.4;
  }
  #main-content .pair-content table tbody tr td {
    line-height: 1.25;
  }

  /* Visual separators */
  #main-content .pair-content table tbody tr td[rowspan] {
    padding-top: 1.5ex;
  }
  #main-content .pair-content table tbody tr td[rowspan] + td {
    margin-top: 20px;
    padding-top: 1.5ex;
  }

}