table{
    width: 100%;
}
table tbody{
    position: absolute;
    overflow-y: auto;
    width: 100%;
}
table tbody tr:hover{
    background:  rgba(0, 91, 161,0.3);
}
table tbody tr th{    
    min-width: 100px;
    white-space: normal;
    font-size: 15px;
}
table tbody tr th::first-letter{
    text-transform:capitalize;
} 
@media only screen and (max-width: 992px) {
    tr th.sakritiMd{
        display: none;
    }
}
@media (max-width:500px){
    table tbody tr th{
      min-width: 70px; 
    } 
}
