h1, h2, h3 {
	font-family: SFUIText-Semibold, "SF UI Text", sans-serif;
	text-align: center;
	color: white;
}

.column {
	float: left;
	width: 75px;
}

.cell {
	line-height: 145px;
	bottom: 5px;
	float: left;
	width: 75px;
	height: 75px;
}

.halfcell {
	line-height: 70px;
	bottom: 5px;
	float: left;
	width: 75px;
	height: 37px;
}

.quartercell {
	line-height: 35px;
	bottom: 5px;
	float: left;
	width: 75px;
	height: 17px;
}

.eleTab {
	margin: 20px;
	width: 1350px;
}

.columnLabel, .twoColumnLabel {
	color: white;
	bottom: 5px;
	position: relative;
	font-family: SFUIText-Semibold, "SF UI Text", sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}