@media print {
    html,
    body,
    div {
        height: auto !important;
        overflow-y: visible !important;
        min-height: 0 !important;
    }

    img,
    pre,
    tr,
    ul {
        page-break-inside: auto;
    }

    .noprint {
        display: none !important;
    }

    .noprint-border-bottom {
        border-bottom: none !important;
    }

    .tab-wrap,
    #main .min-height-container > div {
        border-left: none !important;
    }

    .wk-layout-25-75 > .wk-layout-item:nth-child(2n) {
        width: 100% !important;
    }

    .pagebreak {
        display: block;
        page-break-after: always;
        clear: both;
    }

    #footer {
        display: block !important;
        border-left: none !important;
    }

    #footer #footer-top .wk-row > *,
    #footer #footer-middle,
    #footer #footer-bottom,
    #footer #wk-footer-copyright {
        display: none !important;
    }

    #footer #footer-top #footer-copyright {
        display: block !important;
    }

    #footer #footer-top #footer-copyright.wk-col-9 {
        width: 100% !important;
    }

    a[href]::after {
        content: none;
    }

    #adult-pated-tab-content #mono.container-monograph *,
    #adult-pated-summary-tab-content #mono.container-monograph *,
    #peds-pated-tab-content #mono.container-monograph *,
    #monograph-tab-content #mono.leaflet .field *,
    #monograph-tab-content #mono.leaflet .mono-updated,
    #monograph-tab-content #mono.leaflet .leaflettitle,
    #mono.leaflet .disclaimer * {
        font-size: 16pt !important;
    }

    #mono #content .collapsible-wrap {
        display: block !important;
        border: none !important;
    }

    #mono #content .collapsible-expand-collapse-all {
        display: none !important;
    }

    #mono #content .collapsible-title-icon {
        display: none !important;
    }

}
