div.sp-location-weather-widget {
    text-align: right;
    padding-top: 24px;
}

div.sp-location-weather-widget .sp-hide{
    display: none;
}

div.sp-location-weather-widget > div > div {
    float: right;
}

div.sp-location-weather-widget img {
    border-radius: 0;
    box-shadow: 0 0 0;
    width: 125px;
}

div.sp-location-weather-widget .weather-type {
    text-transform: capitalize;
    font-size: 12px;
}

div.sp-location-weather-widget .weather-temp {
    font-size: 24px;
    font-weight: 700;
    color: #525b6e;
}

div.sp-location-weather-widget .weather-date,
div.sp-location-weather-widget .weather-region {
    display: none;
}
