.print-only {
  display: none;
}
@media print {
  header,
  footer,
  #sidebar-menu-root,
  h1:after {
    display: none;
  }
  section:not(.print) {
    display: none;
  }
  h1 {
    margin-bottom: 0;
  }
  .giving-list-header tr th {
    max-width: unset !important;
  }
  #left-wrap {
    max-width: unset;
    margin: 0;
  }
  .main-wrap {
    padding: 0;
  }
  .print-only {
    display: block;
  }
  #logo.print-only {
    width: 242px;
    margin: 24px 0 8px 8px;
  }
  #main-wrap {
    padding: 0;
    margin: 0;
  }
  #left-wrap div {
    padding: 0;
  }
  body {
    background-color: unset;
  }
  section {
    margin-bottom: 6px;
  }
  .background-grey-wrap {
    background-color: unset !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    color: black;
  }
}
