/*
	This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/

.weather { float: right; font-size: 20px; position: relative; top: 5px; margin-right: 10px;}
.weatherCont .icon {
	width: 24px;
    height: 24px;
    position: relative;
    top: 0px;
    left: 15px;
    float: left;
}
.weatherCont .temp {
	font-weight: 400;
    position: relative;
    right: -7px;
    top: 1px;
}

#sv-weather-widget .sv-weather-widget-icon .icon {
	float:left;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height:38px;
	width:52px;
}

#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
	float:right;
	font-size: 20px;
	line-height: 38px;
}