/* print styles */
@media print {
   body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
  header, header nav, footer {
    display: none!important;
  }
  article {
    column-width: 17em;
    column-gap: 3em;
  }
  img.print, svg.print {
    display: block;
    max-width: 100%;
  }
  img.dark {
    filter: invert(100%) hue-rotate(180deg) brightness(120%) contrast(150%);
  }
  a[href^="http"]::after {
    content: " (" attr(href) ")";
  }
  /*h1 {
    page-break-before: always;
    break-before: always;
  }*/
  table {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 14pt;
    margin-top: 25px;
  }
  aside h2 {
    font-size: 18pt;
  }
  blockquote, ul {
    margin: 0;
  }
  li {
    content: "» ";
  }
  p a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  p a[href^="http://"]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  p a:after {
    content: " " attr(href) ")";
  }
  p a[href^="#"]:after {
    display: none!important;
  }
  p a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ")";
  }
  p a {
    word-wrap: break-word;
  }
  a {
    color: #000;
  }
  q:after {
    content: " (Source: " attr(cite) ")";
  }
  aside {
    border-top: 1px solid #bbb;
    margin-top: 30px;
    display: block;
  }


  body {
      background: #fff none !important;
      color: #000;
  }
  #wrapper {
      clear: both !important;
      display: block !important;
      float: none !important;
      position: relative !important;
  }
  #header {
      border-bottom: 2pt solid #000;
      padding-bottom: 18pt;
  }
  #colophon {
      border-top: 2pt solid #000;
  }
  #site-title,
  #site-description {
      float: none;
      line-height: 1.4em;
      margin: 0;
      padding: 0;
  }
  #site-title {
      font-size: 13pt;
  }
  .entry-content {
      font-size: 14pt;
      line-height: 1.6em;
  }
  .entry-title {
      font-size: 21pt;
  }
  #access,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
      display: none !important;
  }
  #container,
  #header,
  #footer {
      margin: 0;
      width: 100%;
  }
  #content,
  .one-column #content {
      margin: 24pt 0 0;
      width: 100%;
  }
  .wp-caption p {
      font-size: 11pt;
  }
  #site-info,
  #site-generator {
      float: none;
      width: auto;
  }
  #colophon {
      width: auto;
  }
  #site-generator a {
      margin: 0;
      padding: 0;
  }
  #entry-author-info {
      border: 1px solid #e7e7e7;
  }
  #main {
      display: inline;
  }
  .home .sticky {
      border: none!important;
  }
  a[href]:after
  {
    content: none !important;
  }
  img[src]:after {
    content: none !important;
  }
}
