table th{
    min-width: 176px;
}

table th:first-child{
    min-width: 25px;
    max-width: 25px;
}

table table td{
    min-width: 176px;
    max-width: 176px;
}

html,
body {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.table-area {
    flex-grow: 1;
    flex-direction: column;
    height: 100%;
    position: relative;
}

th {
    background: #eee;
    top: 0;
    position: sticky;
    z-index: 3;
}

.no-border{
    border: 0px !important;
    min-width: 0px !important;
}

.strut{
    width: 0px;
    height: calc(1.5em + 1px);
}

.row-height{
    height: 1.5em;
    overflow: hidden;
}

table.stickyFirstColumn > tbody > tr > td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: white;
}

tr.weekSeparator{
    border-top: Gray solid 2px;
}

.heightLimited {
    max-height: 2.5rem;
}

.sortVertical {
    min-height: 1em;
    max-height: 1em;
    rotate: 90deg;
}

.sortVerticalContainer {
    float: right;
    padding-right: 8px;
}