﻿@media print {
    /* Hide buttons and controls */
    .no-print,
    #printReportBtn,
    #escalateLevel {
        display: none !important;
    }

    /* Hide "View source" column */
    th:nth-child(3),
    td:nth-child(3) {
        display: none !important;
    }

    /* Ensure full width content fits on page */
    body, html {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #scoreChart, #dtiChart,
    .highcharts-container,
    .highcharts-root,
    table {
        width: 100% !important;
        max-width: 100% !important;
    }

    .table-responsive {
        overflow: visible !important;
    }
}
