@charset "UTF-8";

@media print {

    header, footer, .sidebar, .nav, nav, .print-btn, .banner, button, .btn, .sub-util {
        display: none !important;
    }

    body {
        background: #fff !important;
        color: #000 !important;
        -webkit-print-color-adjust: exact; 
        print-color-adjust: exact;        
    }

    .content-area, main {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important; 
    }
    
    table {
        display: table !important;
        width: 100% !important;        
        max-width: 100% !important;   
        table-layout: fixed !important; 
        border-collapse: collapse !important;
    }

    div, section, article {
        overflow: visible !important;  
    }

    th, td {
        word-break: break-all !important;
        white-space: normal !important;   
    }
    
    .table-box-gray-bg:before {
        all: unset !important;
    }
}
