
    @page {
        margin: 1.5cm;
    }

    body {
        color: #000;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #000;
        background: none;
    }

    nav, aside, footer, #relatedOptions, #breadcrumbs, #menu-button, #sb-container, .subnav-toggle, .no-print {
        display: none !important;
    }
    body #contentText, article {
        width: 100%;
        margin: 0;
        padding: 0 0 20px 0 !important;

    }

    header, ul, img, table, pre, blockquote, .videoDiv, div.rose, .formHighlight {
       page-break-inside: avoid;
    }

    header { background: transparent; }
    header .logo { display: none !important; }
    header div { display: none !important; }

    .container { border: 0; box-shadow: none; }

    #imagestrip { display: none; }


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

    a.button:link, a.button:visited {
        background: none !important;
        color: #0079C1 !important;
        text-decoration: underline;
        font-weight: normal !important;
        text-shadow: none;
    }

    .no-print { display: none; }
    .print-only { display: inherit; }

@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}
