﻿.tdHour {
    width: 10% !important;
}

.tdAction {
    width: 5% !important;
}

.tdProj, .tdCmnt, .tdTask {
    width: 28.333% !important;
}

.table-bordered {
    border-top: 0.82px #495b79 solid !important;
}

#tblTimeSheet td {
    padding: 1.5px 2px 6px 4px !important;
}

#tblTimeSheet tbody {
    display: block;
   c
    overflow: auto;
}

    #tblTimeSheet thead, #tblTimeSheet tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
