/* .table-style .today {
    background: #2A3F54;
    color: #ffffff;
}

.table-style th:nth-of-type(7),
td:nth-of-type(7) {
    color: blue;
}

.table-style th:nth-of-type(1),
td:nth-of-type(1) {
    color: red;
}

.table-style tr:first-child th {
    background-color: #F6F6F6;
    text-align: center;
    font-size: 15px;
} */