/*mor than 20px*/
@media only screen and (min-width: 20px) {
    .Timesheet-Table{
        font-size: 0.8em !important
    }
    .font-sm-vLowSmall{
        font-size: 0.5em !important;
    }
    .font-sm-vsmall{
        font-size: 0.3em !important;
    }
    .font-sm-small{
        font-size: small !important;
    }
    .font-sm-medium{
        font-size: medium !important;
    }
    .font-sm-large{
        font-size: large !important;
    }
}
