@media print {
  /* All your print styles go here */
  header.l-header, /* the UC Davis header bits */
  nav, /* breadcrumbs */
  .nav,
  #ccm-tooltip-holder, #ccm-toolbar, #ccm-page-controls-wrapper, .ccm-notification-help-launcher, /* c5 editing bar */
  .page-title__title::after /* that stupid corner bit on title */
  {
    display: none !important;
  }

  .l-container /* the extra space around all the body content */
  {
    width: 100% !important;
  }

  .l-header--fixed  /* narrowing the top to have less excess space */
  {
    padding-top: 5px !important;
  }
  div.ccm-page { /* space for C5 editing bar/navigation */
    padding-top: 5px !important;
  }
}
