div.sp-location-weather-pro-widget {
    text-align: center;
    padding: 25px 25px 30px 25px;
    overflow: hidden;
    max-width: 310px;
}

div.sp-location-weather-pro-widget img {
    margin-left: 35px;
    border-radius: 0;
    box-shadow: 0 0 0;
}

div.sp-location-weather-pro-widget span {
    display: block;
}

div.sp-location-weather-pro-widget .weather-type {
    margin-top: -20px;
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 12px;
}

div.sp-location-weather-pro-widget .weather-temp {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
}

div.sp-location-weather-pro-widget .weather-date {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

div.sp-location-weather-pro-widget .weather-region {
    font-size: 12px;
    margin-bottom: 28px;
}

div.sp-location-weather-pro-widget .weather-humidity {
    float: left;
    background: url(../images/weather2.png) left center no-repeat;
    padding-left: 25px;
}

div.sp-location-weather-pro-widget .weather-wind {
    float: right;
    padding-left: 30px;
    background: url(../images/weather1.png) left center no-repeat;
}