@media print {

    html,
    body,
    a {
        font-size: 10pt !important
    }

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

    table,
    ol,
    ul,
    figure,
    img {
        page-break-inside: avoid
    }

    a {
        font-size: 10pt !important;
        overflow: visible !important
    }

    .ce-bodytext a[href^=http]::after {
        content: " [" attr(href) "] ";
        font-size: 8pt !important
    }

    .print-only {
        display: block
    }

    .page-header {
        position: static !important
    }

    .page-to-top-link,
    .top-menu,
    .page-header-searchbox {
        display: none !important
    }
}