table.weather {
	margin-left: 10px;
}

table.weather td {
	font-size: 11px;
	vertical-align: text-bottom;
}

table.weather col.date {
	font-weight: bold;
	padding: 0 3px 10px 3px;
}

table.weather col.temperatures {
	padding: 0 3px 10px 3px;
}

table.weather col.icon {
}