div.sp-location-weather-widget {
    text-align: center;
    padding: 0 20px;
}

div.sp-location-weather-widget img {
    margin-left: 40px;
    border-radius: 0;   
    box-shadow: 0 0 0;
    text-align: center;
    float:left;
}

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

div.sp-location-weather-widget .weather-type {
    margin-top: -20px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "roboto";
    display:none;
}

div.sp-location-weather-widget .weather-temp {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    font-style: italic;
    font-family: "roboto";
}

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

div.sp-location-weather-widget .weather-region {
    font-size: 12px;
    color: #000;
}
.sidebar #text-2{
    margin-bottom: 0;
}