
.weather-description{
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding: 0 10px;
}

.weather-box{
    text-align: center;
    width: 89px;
    margin: 0 9px;
	float: left;
	border: 1px solid #f1f1f1;
	
	/* rounded borders*/
	    -webkit-border-radius: 5px;
		border-radius: 5px;
		
}

.weather-title-box{
	background: #f1f1f1;
	font-weight: bold;
    padding: 5px 0;	
}

.weather-image-box{
    padding: 10px 0;	
}

.weather-temperature-box{
	font-weight: bold;
	padding: 0  0 5px;
	font-size: 16pt;
	color: #94b2ca;
}

.weather-list{
	padding: 5px;
}
.weather-list li{
	width: 218px;
	float: left;
}
