@media print {

  button{
    display: none;
  }

  article[about='/results-snapshot'] .coh-wysiwyg table thead tr{
    border-bottom: 27px solid #00877c;
    border-top: 27px solid #00877c;
  }

  article[about='/results-snapshot'] .coh-wysiwyg table thead tr.secondary-th{
    border-bottom: 27px solid #bad9d7 !important;
    border-top: 30px solid #bad9d7 !important;
    border-left: transparent;
    border-right: transparent;
  }

  article[about='/results-snapshot'] .coh-wysiwyg table thead tr.secondary-th th{
    background-color: #bad9d7 !important;
    border-left: transparent;
    border-right: transparent;
  }

  article[about='/results-snapshot'] .coh-wysiwyg table thead tr.secondary-th th.header-4-col {
    padding-right: 4rem !important;
  }

  article[about='/results-snapshot'] .coh-wysiwyg table:has(th[colspan='3']) {
    margin-left: 1px;
  }

  article[about='/results-snapshot'] .coh-wysiwyg table thead th {
    color: #fff !important;
    font-weight: 700 !important;
    -webkit-print-color-adjust: exact;
  }

  article[about='/results-snapshot'] .coh-wysiwyg table thead tr th {
    padding: 0 20px !important;
    background-color: #00877c;
    font-size: 1.25rem !important;
  }

  article[about='/results-snapshot'] .coh-wysiwyg table thead tr th .header-subtext {
    padding-top: .5rem;
  }

  article[about='/results-snapshot'] .coh-style-title-banner .title-banner-column .coh-wysiwyg p {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    -webkit-print-color-adjust: exact;
    background-color: #00877c;
    padding: 1.25rem;
    width: 100%;
  }
}
