div.sp-location-weather-widget {
text-align: center;
padding: 20px;
}
div.sp-location-weather-widget .sp-hide{
display: none;
}
div.sp-location-weather-widget .sp-location-weather-image {
display: inline-block;
}
div.sp-location-weather-widget img {
border-radius: 0;
box-shadow: 0 0 0;
}
div.sp-location-weather-widget span {
display: block;
}
div.sp-location-weather-widget .weather-type {
color: #b4b4b4;
text-transform: uppercase;
font-size: 12px;
}
div.sp-location-weather-widget .weather-temp {
font-size: 60px;
font-weight: 700;
color: #525b6e;
line-height: 80px;
}
div.sp-location-weather-widget .weather-date {
text-transform: uppercase;
font-size: 14px;
margin-bottom: 10px;
}
div.sp-location-weather-widget .weather-region {
font-size: 12px;
}