@media print {
    body {
        font: normal 12pt Arial, sans-serif;
        color: #000;
        line-height: 1.5;
    }

    a img {
        border: 0;
    }

    a {
        color: #000;
    }

    a:link:after, a:visited:after,
    a:link::after, a:visited::after {
        content: " (" attr(href) ")";
        font-size: smaller;
    }

    .currency-section .intro,
    .currency-calculator,
    .currencySymbol {
        display: none !important;
    }

    .table-header {
        margin: 0 auto !important;
    }
    .table-header td.btm {
        height: 24px !important;
        font-size: 11px !important;
    }
    .table-row .center > tbody > tr > td {
        height: 18px !important;
    }
    .main-table {
        margin-bottom: 0 !important;
    }
    .note-section {
        padding-bottom: 0 !important;
    }
    p,
    td,
    .note-section h3 {
        font-size: 14px !important;
        line-height: 14px !important;
        margin-bottom: 0 !important;
    }
    .note-section p {
       color: #dbdddd !important;
       font-size: 11px !important;
       line-height: 11px !important;
       margin-bottom: 0 !important;
   }
    p {
        margin-bottom: 10px !important;
    }

}
