@media print {
  section, nav, header, #sub_header, h2, footer {
    display: none;
  }

  section.on section.important {
    display: block;
  }

  section.on {
    display: block;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-top: none;
  }

  section .contents h4,
  section .contents h5 {
    color: #444;
    background: none !important;
    border-radius: 0 !important;
    border-bottom: 3px solid #888 !important;
    border-left: .5em solid #888 !important;
    padding: 0em .5em !important;
    box-shadow: none;
  }

  section .contents h4 {
    border-bottom: 3px solid #444 !important;
    border-left: 0 !important;
    margin-left: 0;
    padding-left: 0 !important;
  }

  section .contents h4:before {
    padding: .25em .75em;
    background: #444;
    color: #fff;
  }

  html {
    background: #fff;
  }

  body {
    background: #fff;
    max-width: 270mm;
    margin: 0;
    padding: 0;
  }

  .translation {
    color: #888 !important;
  }
}
