.currentWeather {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:0px solid #ccc;
	display:table;
	width:auto;
	text-align:center;
}
.currentWeather .icon {
	border:0px solid #777;
	width:110px;
	height:100px;
}
.currentWeather .temperature {
	font-size:26px;
	font-weight:bold;
	border:0px solid #00cc00;
	width:110px;
	height:85px;
	text-align:center;
	margin-top:15px;
}
.currentWeather .description {
	font-weight:bold;
	border:0px solid #0000cc;
	width:110px;
	height:30px;
	text-align:center;
}
.currentWeather .feelslike {
	font-weight:bold;	
	border:0px solid #000;
	width:110px;
	height:30px;
	text-align:center;
}
