@media print {
    body>.container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        min-width: auto !important;
        max-width: auto !important;
        min-width: unset !important;
        max-width: unset !important;
    }
    .dontprint,
    .dontprint * {
        display: none;
    }
    .collapse,
    .tab-content>.tab-pane {
        display: block !important;
        height: auto !important;
    }
    .card-header,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    li,
    p,
    span {
        page-break-inside: avoid !important;
        position: relative !important;
        page-break-before: auto;
        page-break-after: auto;
        page-break-inside: avoid;
    }
    div:not(#acdCorHcpHeadBanner *) {
        display: block !important;
    }
    body * {
        position: relative !important;
    }
    #acdCorHcpHeadBanner {
        border: 1px black solid !important;
        background-color: black !important;
    }
    #acdCorHcpHeadBanner>* {
        border: 1px black solid !important;
        background-color: white !important;
    }
}

#acdQuickNav2 * {
    font-size: .84rem;
}


/* @media print {


    .col-md-9 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .col-md-9 *::before,
    .col-md-9 *::after {
        clear: both !important;
    }
    html,
    body {
        width: 210mm;
        height: 282mm;
        overflow: visible;
    }
    body {
        padding-top: 15mm;
    }

} */