@media print and (min-width: 0em) {
  body {
    font-size: 12px;
  }
  .Auditor__Assertion {
    border-bottom: 0 !important;
  }
  .Auditor__Assertion-SC {
    font-weight: normal !important;
  }
  .Auditor__ResultsTable td:not(.strip) {
    display: table-cell !important;
    border: 1px solid var(--cloudy) !important;
  }
  .Auditor__ResultsTable th {
    position: static !important;
  }
  .results-label-mobile {
    display: none !important;
  }
  button, nav, aside, footer, #site-header, .strip, .Controls {
    display: none !important;
  }
  .result-cell h6 {
    margin: 0;
    font-size: 1em;
  }
  .result-cell p {
    margin: 0;
  }
  .result-cell-item {
    padding: 1em;
    margin: .5em;
    border-color: lightgrey;
    border-width: 0 0 0 10px;
    border-style: solid;
  }
  .result-cell-item:first-child {
    text-transform: uppercase;
  }
  .result-cell-item[data-result="assertion.result.outcome.title"] h6 {
    font-size: 1.25em;
  }
  .result-cell-item[data-result="Failed"] {
    border-color: red;
  }
  .result-cell-item[data-result="Passed"] {
    border-color: green;
  }
  .result-cell-item[data-result="Not checked"] {
    display: none;
  }
  .Auditor__ResultsTable td:not(.result-cell) > h6 {
    border-top: 1px solid black;
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .Auditor__ResultsTable td:not(.result-cell) > h6:first-child {
    border-top: none;
  }
}
