.navbar{
    display: none;
}
@media print { 
    tr:nth-child(odd) th{
        border: 1px solid #000 !important;
        font-size: 16px !important;
    }
    table tbody tr td{
        color: white !important;
        padding:0 !important;
        font-size: 10px !important;
    }
    tr:nth-child(odd) td, .bg-red{
        background-color: rgba(255, 0, 0, 0.2) !important;
        -webkit-print-color-adjust: exact;
        border: 1px solid #000 !important;
        font-size: 14px !important;
    }
    tr:nth-child(even) td {
        background-color: rgba(0, 255, 0, 0.2) !important;
        -webkit-print-color-adjust: exact;
        border: 1px solid #000 !important;
        font-size: 14px !important;
    }
    h2, .h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    h3, .h3 {
        font-size: 14px;
    }
}