th:nth-child(2),th:nth-child(3),th:nth-child(4),th:nth-child(5) {
    text-align: center;
    border-right: 1px solid;
    border-left: 1px solid;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
th:nth-child(1) {
    background-color: #077de1;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5) {
    background-color: #077de1;
    color: #fff;
}
td:nth-child(2) {
    background-color: #f7f3f3 !important;
    color: #0a0a0a;
}
td:nth-child(3) {
    background-color: #99c3e6 !important;
    color: #0c0c0c;
}
td:nth-child(4) {
    background-color: #f7f3f3 !important;
    color: #161616;
}
td:nth-child(5) {
    background-color: #99c3e6 !important;
    color: #0c0c0c;
}
th {
    font-size: 17px;
    padding: 15px !important;
}
td {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}