table.weather-table {
	margin: 2px auto;
}

.location-span {
	background: #ddecf6;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 2px;
	border-top: 1px solid #8ec3e9;
	border-bottom: 1px solid #8ec3e9;
	text-align: center;
	z-index: 1;
}

.current-temp {
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
}

.cell-dark {
	vertical-align: middle;
	background-color: #eeeeee;
	border: #e0e0e0 1px solid;
	padding: 3px 5px 3px 5px;
	text-indent: 0;
}

.cell-light {
	vertical-align: middle;
	background-color: #f8f8f8;
	border: #e0e0e0 1px solid;
	padding: 3px 5px 3px 5px;
	text-indent: 0;
}

.cell-dark-left {
	text-align: left;
	vertical-align: middle;
	background-color: #eeeeee;
	border: #e0e0e0 1px solid;
	padding: 3px 5px 3px 5px;
	text-indent: 0;
}

.cell-light-left {
	text-align: left;
	vertical-align: middle;
	background-color: #f8f8f8;
	border: #e0e0e0 1px solid;
	padding: 3px 5px 3px 5px;
	text-indent: 0;
}

.cell-blue {
	text-align: center;
	vertical-align: middle;
	background-color: #ddecf6;
	border: #e0e0e0 1px solid;
	padding: 3px 5px 3px 5px;
	text-indent: 0;
}