

.weather-wrapper {
    text-align: center;
    margin: 25px 0;
}
.weather-container {
    display: inline-block;
    margin: auto;
    padding: 10px;
    border: solid 1px #ccc;
    background: #eee;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.weather-wrapper-table td {
    color: #333;
    background: transparent;
    border: none;
}

.weather-wrapper-table td .weathertitle {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: transparent;
    border: none;
}

.weather-wrapper-table td.weathersubtitle {
    background-color: transparent;
    border:0;
    border-bottom: solid 1px #ccc;
    padding: 0;
}

#icon {
    background: #fff;
    float: left;
    min-width: 112px;
    border: none;
}

.weather-wrapper-table td.weatherconditions {
    padding: 5px 0 25px 0;
    background: transparent;
}

.weather-wrapper-table td span.seven-day-forcast-link {
    display: inline-block;
    background-color: #ccc;
    border: solid 1px #aaa;
    padding: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    margin:3px;
    float: right;
    cursor: pointer;
}

.weather-wrapper-table td.temperature {
    font-size: 18px;
    font-weight: bold;
}

.weather-wrapper-table td i#icon {
    font-size: 76px;
    text-align: center;
    line-height: 76px;
    padding: 0;
    border-radius: 6px;
}

.forecast {
    font-size: 11px;
}

.forecast h3.conditions {
    font-weight: normal;
}

.weather.forecast li h1, .weather.forecast li h2, .weather.forecast li h3 {
    color: #333;
    margin-bottom: 5px;
}

.weather.forecast li i {
    font-size: 36px;
    border-color: #ccc;
    padding: 10px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    background: #fff;
}

#misc-modal-content .forecast li {
    margin-right: 1.25em;
}

#misc-modal.weather-popout {
    background: #eff7ff;
}

#temperature, #conditions {
    line-height: 37px;
    width: 130px;
    height: 37px;
}

#temperature {
    text-align:center
}