.custom-forecast-table th,
.custom-forecast-table td {
    border-top: none;
    border-bottom: 1px solid #9fcc2e;
    padding: 1px;
    vertical-align: middle;
    font-size: 14px;
}

.custom-forecast-table thead th {
    font-weight: bold;
    color: #003b4a;
    font-size: 16px;
    border-bottom: 2px solid #9fcc2e;
    background-color: white;
}

.table-winter {
    background-color: #d8eff9;
}

.table-summer {
    background-color: #fffda3;
}

.table-total td {
    font-weight: bold;
    color: #003b4a;
    border-top: 2px solid #9fcc2e;
    font-size: 16px;
}