@media print {
    body {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 10pt !important;
    }

    p {
        margin: 0.2em 0 !important;
        padding: 0 !important;
        orphans: 2;
        widows: 2;
    }

    h1, h2, h3, h4 {
        margin: 0.2em 0 !important;
        font-size: 12pt !important;
        orphans: 2;
        widows: 2;
    }

    ul, li, table, tr, td, thead, tbody {
        margin: 0 !important;
        padding: 0 !important;
        break-inside: avoid;
    }

    article {
        break-before: auto;
        break-after: auto;
        break-inside: avoid;
        margin-bottom: 0.5em !important;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .table-wrapper, .content, .controls {
        margin: 0 !important;
        padding: 0 !important;
    }

    header, footer, nav, video, .fontsize, .skip-link {
        page-break-before: avoid !important;
        display: none !important;
    }

    div:empty, section:empty, article:empty {
        display: none;
    }

    section, figure, h2 {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    header {
        display: none !important;
        page-break-before: avoid !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute !important;
        top: -10000px !important;
    }

}
