﻿@media only screen and (max-width:768px) {
    
    table#grdholidaydates{
        white-space: nowrap !important;
        display: block!important;
        overflow: auto!important;
    }

    table#grdholidaydates thead {
    position: sticky;
     top: 0px!important; 
}

}
