#thermoColumn {
	width: 60px;
	height: 500px;
	margin: 0 auto;
	border: 1px solid blue;
	position: relative;
	border-radius: 30px;
}
#thermoLevel {
	position: absolute;
	width: 60px;
	height: 0;
	background-color: red;
	bottom: 0;
	border-radius: 0 0 30px 30px;
}
table.clubLevels td {
	vertical-align: middle;
}
tr.Level0 td {
	color: gray;
}

tr.Level1 td {
	color: green;
}

tr.Level2 td {
	color: green;
	font-weight: bold;
}

