@media print {
  ::-webkit-scrollbar { 
    width: 0px;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: none !important;
  }

  ::-webkit-scrollbar-thumb {
    background-color: none;
  }
  
  :root {
    --u:12px !important;
    --fs-tiny: 0.5rem !important;
    --fs-sml: .75rem !important;
    --fs-reg: 1rem !important;  /* Default */
    --fs-big: 1.15rem !important;
    --fs-med: 1.5rem !important;
    --fs-lrg: 2rem !important;
    --fs-hge: 3rem !important;
    --fs-msv: 4rem !important;
  }

  html, body, #document {
    overflow-x: auto !important;
    overflow-y: auto !important;
    
  }

  body {
    overflow: auto !important;
    width: 100% !important;
    height: auto !important;
    background-color: white!important;
  }

  #document::before {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 10H7V11H8V12H9V14H8V13H7V14H8V15H7V16H8V17H7V18H8V19H7V20H8V21H7V22H8V23H7H6H5V22H6V21H5V20H6V19H5V18H6V17H5V16H6V15H5V14H6V13H5V14H4V12H5V11H6V10ZM4 19V20H5V19H4ZM4 19H3V14H4V15H5V16H4V17H5V18H4V19ZM9 19H10V14H9V15H8V16H9V17H8V18H9V19ZM9 19V20H8V19H9Z' fill='%23100F0F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 9H21V11H22V9ZM18 14V15H17V18H18V19V20H20V21H23V20H25V19V18H26V15H25V14V13H23V12H20V13H18V14ZM20 13H23V14H24V15H25V18H24V19H23V20H20V19H19V18H18V15H19V14H20V13ZM21 22H22V24H21V22ZM27 16V17H29V16H27ZM14 16H16V17H14V16ZM27 11H26V12H27V11ZM27 11H28V10H27V11ZM16 22H15V23H16V22ZM16 22H17V21H16V22ZM16 10H15V11H16V12H17V11H16V10ZM27 21H26V22H27V23H28V22H27V21Z' fill='%23100F0F'/%3E%3C/svg%3E%0A");
    position: absolute;
    width: 72px;
    height: 72px;
    top: 0;
    right: 0;
  }

  #document article header,
  #document article header #title,
  #document #document-content {
    margin-left: 0 !important;    
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #spine, #toc {
    display: none !important;
  }

  #ndc-logo {
    display: none;
  }

  #document article header .signpost-small .signpost-label {
    background: transparent !important;
  }

  #document article header.ndc-tile-theme {
    background: transparent !important;

  }
  #document article header #backdrop {
    display: none !important;
  }

  #document article header #backdrop {
    display: none;
  }

  #document article header #title {
    padding-top: var(--ma-lrg) !important;
    color: var(--co-text) !important;
  }

  #sidenotes {
    margin-right: 0 !important;
    margin-left: var(--ma-sml) !important;
  }

  #document article content .footnote-ref, #document article content .footnote-ref a, #document article content a[href^='#fn'], #document article content span.fn {
    background: none !important;
  }

  #document #document-content.utility-document-content {

  }

  #document article #contents {
    width: 100% !important;
  }

  #document article h1 {
    font-size: var(--fs-hge) !important;
  }

  .signpost-label {
    padding: 0 !important;
  }
}