@media print {

    * {
        background-color: #fff !important;
        box-shadow: none !important;
        color: #333 !important;
    }

    body {
        font-size: 12pt;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
    }

    p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
        margin: 1em 0 .5em !important;
    }

    a {
        color: #000 !important;
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ") ";
    }

    a[href^="#"]::after,
    a[href^="javascript"]::after {
        content: "";
    }

    p, blockquote {
        orphans: 3;
        widows: 3;
    }

    blockquote, ul, ol {
        page-break-inside: avoid;
    }

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

    .TopBar,
    .Header, .Footer,
    .RubricTop,
    .Single-thumbnailContainer,
    .Filters {
        display: none;
    }

    .HeaderBanner {
        margin: 0 !important;
        padding: 0 !important;
    }

}