@media print{
    /*.card-body.panel-body{
        background-color: white !important;
    }*/
    th{
        color: black !important; 
    }
    .not_print{
        display: none;
    }
}