<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
    #bw-header, .bw-sidebar, #bw-footer, .bw-related-articles-wrapper, #bw-copyright, .btn-group-sm, .bw-social-links, .btn, .bw-maincontent-add_new, .bw-comments-wrapper, .bw-special-image-wrapper {
        display: none !important;
    }

    * {
        background-color: white;
    }

    img {
        max-height: 300px;
    }

    p {
        font-size: 12pt;
    }
}</pre></body></html>