#BoMforecast {
    width: 100%;
    max-width: 1000px;
    border: 1px solid grey;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    table-layout: fixed;
	border-collapse: separate;
}

#BoMforecast thead th {
    text-align: center;
    border-bottom: 2px solid grey;
    font-size: 90%;
    font-weight: 400;
    background-color: #678090;
    color: #FFFFFF;
    padding: 7px 5px 4px 7px;
    letter-spacing: .1em;
}

#BoMforecast thead th:nth-child(1),
#BoMforecast thead th:nth-child(4) {
    text-align: left;
    padding-left: 30px;
}

#BoMforecast tbody td {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}

#BoMforecast tbody td:nth-child(3) {
    font-size: 11pt;
}

#BoMforecast span.min-temp {
    color: blue;
}

#BoMforecast span.temp-hyphen {
    color: black;
}

#BoMforecast span.max-temp {
    color: red;
}

#BoMforecast tbody td.b_wide {
    text-align: left;
    padding-left: 15px;
    width: 25%;
}

#BoMforecast tbody td.b_narrow {
    width: 5%;
}

#BoMforecast tfoot td {
    border-top: 1px solid grey;
}

.b_foot {
    font-size: 80%;
}
#OpenMeteoForecast {
    margin-top: 10px;
}
#OpenMeteoForecast tbody td {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.6;
    vertical-align: middle;
}
#OpenMeteoForecast thead th:nth-child(1),
#OpenMeteoForecast thead th:nth-child(4) {
    text-align: left;
    padding-left: 30px;
}
#OpenMeteoForecast tfoot td {
    border-top: 1px solid grey;
    text-align: center;
}