/* --------------------------------------------------[ css ]-- */
div.jw-weather-1col-sm {
	position:relative;
}

div.jw-weather-1col-sm div {
	display:inline;
}

div.jw-weather-1col-sm em {
	color: #8B8A72;
    float: left;
    padding-right: 5px;
    text-transform: uppercase;
    font-style: normal !important; 
}

div.jw-weather-1col-sm dfn {
	display:none;
}

div.jw-weather-1col-sm .jw-weather-city {
	display:none;
}

div.jw-weather-1col-sm .accweather > a {
	text-decoration:none;
	color:#000;
}

div.jw-weather-1col-sm .accweather > a .weather-tempC {
	float:left;
	color: #8B8A72;
	display:none;
}

div.jw-weather-1col-sm .accweather > a .weather-tempC:after {
	content:'C';
}

div.jw-weather-1col-sm .accweather > a .weather-tempF {
	/*display:none;*/
	float:left;
	color: #8B8A72;
}

div.jw-weather-1col-sm .accweather > a .weather-text {
	display:none;
}

div.jw-weather-1col-sm .accweather > a img {
    margin-left: 8px;
    margin-top: -4px;
}

div.jw-weather-1col-sm .accweather-days {
	display:none;
}