@media print {
  body {
    margin: 0px;
    color: #000;
    font-size: 8pt;
    line-height: 150%;
    background: #fff;
    font: 12pt Georgia, "Times New Roman", Times, serif;
  }
  hr {
    color: #ccc;
    background-color: #ccc;
  }
  h1, h2, h3, h4, h5, h6, code, pre {
    color: #000;
    text-transform: none;
  }
  h1 {
    font-size: 11pt;
  }
  h2 {
    font-size: 10pt;
  }
  h3 {
    font-size: 9pt;
  }
  h4, h5, h6 {
    font-size: 8pt;
  }
  code, pre {
    font-size: 8pt;
    background-color: transparent;
  }
  blockquote {
    background-image: none;
  }
  a, a:link, a:visited {
    color: #C00;
    text-decoration: underline;
  }
  a:after, a:link:after, a:visited:after {
    content: "";
  }
  img {
    max-width: 500px;
  }
  @page {
    margin: 0.5cm;
  }
  #header, #sub-header, #sidebar, #sidebarStickyBanner, .comments-box, .article-social-boxes, #footer, .sponsor, .count {
    display: none;
  }
}