.help-left{
    float: left;
}
.help-block{
    display: inline-block;
}
.paginate li{
    float: left;
    list-style: none;
    padding: 2px;
    background: #2cafe3;
    margin-left: 3px;

}
.paginate a{
    text-decoration: none;
    color: #ffffff;
}

#weather_tab .active{
    background: #DFE2E0;
}

#weather_tab ul {
    background: #628DD0;
    padding: 7px;
    border-radius: 3px;
}
#weather_tab li {
    width: 112px;
    height: 145px;
    background: #EFF6FD;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    margin: 0 0 4px 2px;
    border-radius: 3px;
}

#weather_tab .temp{
    /*color: #000066;*/
}

#weather_detail div {
    line-height: 20px;
}
#weather_detail {
    background: white;
}
#weather_detail .w-date {
    text-align: center;
    padding: 10px 0;
}
#weather_detail .w-day {
    font-size: 40px;
    line-height: 40px;
}
.w-text div:first-child {
    background: #B8E5F2;
}
.w-text div:nth-child(3) {
    background: #B8E5F2;
}
#weather_detail .w-description {
    float: left;
    width: 183px;
    border-right: 1px solid #a6c9e2;
}
#weather_detail .w-date {
    font-size: 20px;
    color: #2D7A90;
}
#weather_detail .w-text {
    margin-top: 20px;
}

.weather-data {
    float: left;
    width: 150px;
    text-align: center;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #a6c9e2;
}
.weather-data div {
    line-height: 20px;
}
.weather-data div:first-child {
    font-weight: bold;
}
.weather-data .w-image {
    width: 80px;
    height: 80px;
}
.weather-data .temp, .humidity {
    background: #f0f5f7;
}

.breadcrumbs{

    text-align: left;
    color: #475862;
    font-size: 11px;
    line-height: 24px
}
.breadcrumbs a{
    color: #475862;
    font-size: 11px;
}

.widget-weather-icon{
    float: left;
    width: 125px;
}
.color1{
    margin: 10px 0px;
}

 