/*
	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; 

}
.nav-menu .nav-widgets .weather {
     padding-bottom: 9px; 
}
#sv-weather-widget {
	margin-top: 20px;
}
#sv-weather-widget .sv-weather-widget-icon .icon {
	float:left;
	background-position: 100% 0;
	background-repeat: no-repeat;
	height:23px;
	width:26px;
	margin-left: 28px !important;
}

#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
	float:left;
	font-size: 20px;
	line-height: 22px;
	margin-left: 5px;
}