/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        float: none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

/* Inserts Hyperlink Text ===============

     a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

========================================= */

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .parent {
        padding: 0px;
        background: transparent;
        display: inline;
        width: 100%;
        justify-content: center;
        color: black;
        float: none;
        overflow: visible;
    }

    .child {
        float: none;
        font-size: .8em;
        margin-left: auto;
        margin-right: auto;
        padding: 0 .5em 0 .5em;
        text-align: center;
        background: transparent;
        border: 2px solid #999;
        display: inline-block;
        overflow: visible;
        vertical-align: top;
        line-height: 1.25em;
    }

    .dc {
        text-align: left;
    }

    nav {
        display: none;
    }

    .dc p span:first-of-type {
        float: left;
        color: #903;
        font-size: 2em;
        font-family: Helvetica, Helvetica Neue, Arial;
        padding-top: .250em;
        padding-right: .125em;
        padding-left: 0;
        padding-bottom: .188em;
        display: inline;
    }

    .scale {
        display: block;
        width: 20%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-container {
        display: none;
    }
}