﻿@media print {
    .print-hide {
        display: none !important;
    }

    body, table, th, td {
        color: black !important;
        background-color: white !important;
    }
    .mud-table {
        border: none !important;
    }
    
    table, th, td {
        border: 1px solid !important;
        border-collapse: collapse !important;
    }

}


