/*
.AccountNavigation,
nav.Navigation,
.ARPage__Actions,
.ARPage__LogoBlock {
    display: none;
}

.PdfHeader {
    font-size: 12px;
    &__Logo {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 20px;
        margin-top: -20px;
    }

    &__Details {
        margin-left: 60px;
    }

    &__DetailsLeft {
        margin-right: 200px;
    }

    &__DetailsRight {
        width: 180px;
        float: right;
    }
}

.ARInfoBlock__Title {
    font-weight: bold;
}

dl, dt, dd {
    border: none !important;
}
*/
@media print {
  .ARPage__Actions {
    display: none; }
  .ARPage {
    width: 100%;
    margin: 0;
    float: none; }
  @page {
    margin: 1cm; }
  body {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.3;
    background: #fff !important;
    color: #000; }
  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; }
  table,
  pre {
    page-break-inside: avoid; }
  ul,
  ol,
  dl {
    page-break-before: avoid; }
  a:link,
  a:visited,
  a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    text-align: left; }
  a {
    page-break-inside: avoid; }
  a[href^=http]:after {
    content: " (" attr(href) ") ";
    font-weight: 500;
    font-style: italic; }
  a:after > img {
    content: ""; }
  article a[href^="#"]:after {
    content: ""; }
  a:not(:local-link):after {
    content: " <" attr(href) "> "; }
  p,
  li,
  dt,
  dd,
  blockquote {
    font-size: 100%; }
  ul,
  ol {
    list-style: disc;
    margin-left: 18pt;
    margin-bottom: 20pt; }
  li {
    line-height: 1.6em; } }

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