#webphysiology_weather_widget * {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#webphysiology_weather_widget {
	width: 430px;
	margin: auto;
	padding: 0;
	text-align: center;
	overflow: auto;
}

#weather_img {
	float: left;
	padding-right: 20px;
}

#weather_country {
	font-weight: bold;
}

#weather_temp {
	margin-top: 5px;
}

#weather_cond {
	margin-top: 5px;
	font-style: italic;
}

#weather_conditions {
	float: left;
	width: 100%;
}