
#result-page .table {
    text-align: center !important;
}

#result-page .table tbody tr td:nth-of-type(2),
#result-page .table thead tr:nth-of-type(2) th:nth-of-type(2) {
    background-color: rgb(219, 237, 208) !important;
}

#result-page .table tbody tr td:nth-of-type(3),
#result-page .table thead tr:nth-of-type(2) th:nth-of-type(3) {
    background-color: rgb(214, 230, 244) !important;
}

#result-page .table tbody tr td:nth-of-type(4),
#result-page .table thead tr:nth-of-type(2) th:nth-of-type(4) {
    background-color: rgb(255, 239, 193) !important;
}

#result-page .table tbody tr td:nth-of-type(5),
#result-page .table thead tr:nth-of-type(2) th:nth-of-type(5) {
    background-color: rgb(249, 223, 204) !important;
}

#result-page .table th[colspan = "3"],
#result-page .table th[colspan = "4"],
#result-page .table tbody tr td:first-of-type {
    background-color: rgb(140, 182, 223) !important;
}

#result-page .table thead tr th:first-child {
    background-color: rgb(37, 95, 166) !important;
    color: white !important;
}

#result-page .table th,
#result-page .table td {
    border: 1px solid gray;
}