﻿
.weather-forecast-list_table {
    border-collapse: collapse;
    width: 1500px;
    font: 400 14px/1.4 Roboto,Arial,sans-serif;
}

.weather-forecast-list-day {
    background-color: #f0ad4e;
    margin-right: 5px;
}

.weather-forecast-list-night {
    background-color: #999;
    margin-right: 15px;
}

td, th {
    display: table-cell;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.weather-forecast-list {
    text-decoration: none;
    font: 400 14px/1.3 Roboto,Arial,sans-serif;
}

h3 {
    font-size: 24px;
}

.weather-forecast-list-items {
    border: 1px solid #ddd;
    background-color: #fff;
}

.weather-forecast-list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border-top: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-weight: bold;
}

    .weather-forecast-list-item > .weather-forecast-list-day, .weather-forecast-list-item > .weather-forecast-list-night {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }

.weather-forecast-list-item-naturalPhenomenon {
    font-style: italic;
    padding-left: 5px;
}

.weather-forecast-header {
    font-size: 24px;
}
