.container {
    color: #bfc1c8;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
}

.container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

@media (min-width: 768px) {
    .container {
        width: 99%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 99%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 99%;
    }
}

.forecast-container {
    width: 100%;
    background: #323544;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.forecast-container .forecast {
    display: table-cell;
    vertical-align: top;
}

.forecast-container .forecast:nth-child(even) {
    background-color: #262936;
}

@media screen and (max-width: 990px) {
    .forecast-container .forecast {
        display: block;
        width: 32.6667%;
        float: left;
    }
}

.forecast-container .forecast.today {
    width: 300px;
}

.forecast-container .forecast.today .forecast-header {
    *zoom: 1;
}

.forecast-container .forecast.today .forecast-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.forecast-container .forecast.today .forecast-header .day {
    float: left;
}

.forecast-container .forecast.today .forecast-header .date {
    float: right;
}

.forecast-container .forecast.today .forecast-content {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0px;
}

.forecast-container .forecast.today .location {
    font-size: 18px;
    font-size: 1.2857142857em;
    font-weight: 400;
}

.forecast-container .forecast.today .degree .num,
.forecast-container .forecast.today .degree .forecast-icon {
    display: inline-block;
    vertical-align: middle;
}

.forecast-container .forecast.today .degree .num {
    font-size: 90px;
    font-size: 3.428571rem;
    margin-right: 30px;
}

.forecast-container .forecast p {
    margin-right: 0px;
}

.forecast-container .forecast p img {
    margin-right: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 990px) {
    .forecast-container .forecast.today {
        display: block;
        width: 100%;
    }
}

.forecast-container .forecast.today .info small {
    font-size: xx-small;
    margin: 0px 0px 0px 5px;
    color: #565656;
    text-shadow: rgba(50, 50, 50, 0.5) 0px 1px 1px;
}

.forecast-container .forecast .forecast-header {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    font-weight: 400;
}

@media screen and (max-width: 990px) {
    .forecast-container .forecast .forecast-header {
        min-height: 42px;
    }
}

.forecast-container .forecast .forecast-icon {
    height: 50px;
}

.forecast-container .forecast .forecast-content {
    padding: 50px 20px 10px;
}

.forecast-container .forecast .forecast-content .forecast-icon {
    margin-bottom: 20px;
}

.forecast-container .forecast .forecast-content .degree {
    font-size: 24px;
    font-size: 1.7142857143em;
    color: white;
    font-weight: 700;
}

.forecast-container .forecast .forecast-content small {
    font-size: 16px;
    font-size: 1.1428571429em;
}

/** widget **/
.container.widget {
    width: 100%;
    color: #bfc1c8;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.forecast-container .forecast.today .forecast-content.widget {
    background: #323544;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.forecast-container.widget {
    background: #323544;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0;
}

.forecast-content.widget {
    padding-top: 10px;
}

.forecast-container .forecast.today .location a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.forecast-custom-html {
    padding: 15px;
    margin: 5px;
}
