/*
	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;}

#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;
}