.weather-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.weather-table th, .weather-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

.weather-navigation {
    margin-bottom: 10px;
}

.weather-navigation a {
    text-decoration: none;
    font-weight: bold;
    color: #0073aa;
}
