@media print {
  article,
body {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  @page {
    margin: 2cm;
  }
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }

  aside,
footer,
header,
nav {
    display: none !important;
    visibility: hidden;
    height: 0;
  }

  h1 {
    font-size: 24pt;
  }

  h2,
h3,
h4 {
    font-size: 14pt;
    margin-top: 25px;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
    max-width: 100% !important;
  }

  pre,
table {
    page-break-inside: avoid;
  }

  dl,
ol,
ul {
    page-break-before: avoid;
  }

  a {
    page-break-inside: avoid;
  }

  address,
blockquote,
dd,
dt,
li,
p {
    font-size: 100%;
  }

  code,
pre {
    font-family: "Courier New", Courier, mono;
  }

  ol,
ul {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }

  li {
    line-height: 1.6em;
  }
}

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