<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

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


/* Hide these things */

header.site-header form.searchform,
header.site-header .toggle-menu-container,
header.site-header .site-navigation,
header.site-header .scroll-bar,
header.article-header .language-bidirectional-link,
header.article-header .bannerImg,
.entry-content .socialized-links,
.entry-content .fc-module,
.admin-section,
.global-newsletter-signup-wrapper,
footer.footer .footer-top-wrapper,
footer.footer .footer-bottom .footer-secondary-nav,
.uvs-widget-wrapper,
.article-sources .chevron,
.pushcrew-side-button,
#cookiebanner {
    display: none !important;
    font-size: 0 !important;
    position: absolute !important;
    top: 100% !important;
    left: 100% !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    z-index: -1000 !important;
}


/* Global Layout CHanges */

#content {
    padding-top: 0;
}

header.site-header {
    position: static;
}

header.site-header .site-header-bar {
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Article Layout Changes */

.socialized-sticky-wrapper {
    padding: 0 !important;
}


/* Expand Article Sources */

.article-sources .article-source-list {
    height: auto;
}


/* Article Link Print View */

.entry-content a:after {
    content: " (" attr(href) ")";
}

.entry-content a abbr[title]:after {
    content: " (" attr(title) ")";
}

.entry-content .ir a:after,
.entry-content a[href^="javascript:"]:after,
.entry-content a[href^="#"]:after {
    content: "";
}</pre></body></html>