.resultstable {
    border: 2px solid black;
    background-color: whitesmoke;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 120px;
    table-layout: fixed;
}

.resultstable td {
    border: 1px solid gainsboro;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    position: relative;
}

.resultstable th {
    border: 1px solid gainsboro;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    position: relative;
}

.stickycol {
    position: absolute !important;
    background-color: whitesmoke;
    border-width: 0px !important;
    left: 17px;
    border-spacing: 0px;
    border-collapse: collapse;
    z-index: 20;
}

.stickycover {
    position: absolute;
    height: calc(100% - 4px);
    background-color: whitesmoke;
    width: 120px;
    left: 17px;
    top: 2px;
    z-index: 15;
}

.overtime-toggle {
    position: absolute;
    top: 8px;
    right: 5px;
    background-color: #ef7900;
    border-radius: 20px;
    color: white
}