@media print {
  body {
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 10pt;
  }

  a {
    font-weight: normal;
    text-decoration: none;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

  #siteheader,
  #sitenav,
  article > header > p:first-child,
  article > nav {
    display: none;
  }

  #sitecontent,
  article > header,
  article > header > p,
  article > header > div,
  article > section > p,
  article > section > ul,
  article > section figcaption {
    background: none;
  }

  article > nav > h1,
  article > section > h1 {
    box-shadow: none;
    color: #fff;
  }

  article > section {
    page-break-before: always;
  }
}
