/* public/assets/css/reports/report-print.css
 * Print styles for Scoring-Band reports.
 */

@media print {
    body {
        background: #ffffff;
    }

    .report-container {
        max-width: none;
        margin: 0;
        padding: 0;
    }

    nav,
    .main-nav,
    .report-back-link {
        display: none !important;
    }

    .report-meta-summary {
        border: 1px solid #000;
        background: #ffffff;
    }

    .band-label {
        border: 1px solid #000;
        background: #ffffff !important;
        color: #000;
    }

    td.derived-score {
        background-color: #ffffff !important;
        border-bottom: 2px dashed #999;
    }

    .missing-icon {
        color: #000;
    }
}
