@media print {
  .print-none,
  .pager,
  .mobile-nav,
  aside,
  nav,
  footer {
    display: none; } }

@media print {
  html {
    font-size: 12pt; }
  html,
  body,
  .page {
    background-color: white;
    border-color: black;
    box-shadow: none;
    color: black; }
  .main {
    width: 100%; }
  :link,
  :visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; } }

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