/*
	This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/
.current-weather span.climacon {
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 16px;
    top: 2px;
}
.current-weather .weather-text {
	padding-left: 20px;
}
.future-weather span.climacon {
    font-size: 40px;
    color: #fff;
}
.future-weather .weather-text {
	text-transform: uppercase;
}
.weather-trip-container .weather-icon span.climacon {
    font-size: 30px;
    margin-top: -5px;
}