@media print {
  nav, .site-header, .site-footer,
  .sidebar, .btn, button,
  .b-container, .b-nav, #logoscreen, svg, img:not(.printable) {
    display: none !important;
  }
  img.print_only.printable {
    width: 80pt;
    height: 80pt;
  }
  body {
    font: 11pt/1.5 Georgia, serif;
    color: #000;
    background: #fff;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555;
  }
  h1, h2, h3 {
    page-break-after: avoid;
  }
  p, blockquote {
    orphans: 3;
    widows: 3;
  }
  ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }
  ul li {
    margin-left: 0;
    padding-left: 0;
  }
}

/*# sourceMappingURL=print.css.map */