.weather span {
	display: block;
}

.weather .description {
	font-size:18px;
	text-transform: uppercase;
}

.weather .temp {
	font-size:40px;
	padding:0px 0px 15px 0px;
}


