.weatherTable{
	border-collapse: collapse;
}

.weatherTable td{
	border: 1px solid #bcbcbc;
	padding: 2px;
}

.weatherTitle, .weatherIcon, .weatherTemp{
	text-align: center;
}


