@media print {
    body {
        font-size: .8em;
        background: #fff;
    }

    .printer-friendly-page {
        width: 100%;
        padding: .5em;
    }

    .sj-main-content {
        width: 100% !important;
        max-width: 100% !important;
    }

    h1 {
        color: #000;
        font-size: 1rem;
    }

    .table td, .table th {
//        background-color: initial !important;
    }
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
        /* presentation rules for the page on color printers */
}

