/* Print
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

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

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

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

    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;
    }

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

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

    /* Custom
       ========================================================================== */

    @page {
        size: A4 horizontal;
        -webkit-print-color-adjust: exact;
    }

    header, footer, button, section:last-of-type {
        display: none;
    }

    /* Force background color to printer */
    div, aside {
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        -o-print-color-adjust: exact;
        print-color-adjust: exact;

        -webkit-printer-colors: exact;
        -moz-printer-colors: exact;
        -ms-printer-colors: exact;
        -o-printer-colors: exact;

        -webkit-color-adjust: exact;
        -moz-color-adjust: exact;
        -ms-color-adjust: exact;
        -o-color-adjust: exact;
        color-adjust: exact;

        font-size: 13px;
    }

    #wrapper, article {
        width: 90%;

        border-width: 0px;

        padding-left: 0px;
        padding-right: 0px;
    }

    .salary_period_bar {
        padding-right: 15px;

        background-color: rgba(246, 246, 246, 1.0) !important;
    }

    .salary_period_bar_active {
        color: rgba(255, 255, 255, 1.0) !important;
        background-color: rgba(193, 61, 67, 1.0) !important;
    }

    .salary_period_bar:after, .salary_period_bar:after {
        display: none;
    }

}

/* IE print fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    html {
        font-family: 'droid_serifregular', "Times New Roman", Times, serif;
    }

    .salary_period_bar {
        border-style: solid;
        border-width: 1px;
        border-color: rgba(198, 198, 198, 1.0) !important; /* 30% black */
    }

}