.main {
	position: relative;
	min-height: 70vh;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
.split2 {
	width: 49%;
	display: inline-block;
}
.rightAlign {
	text-align: right;
}
.btn-blank {
	background-color: #ffffff;
	color: #ffffff;
	width: 100%;
	height: 100%;
}
.btn-blank:hover {
	color: #ffffff;
}
.btn-time {
	background-color: #ffffff;
	color: #000000;
}
.swimmerEntryCountBox {
	font-weight: normal;
}
.eventCountBox {
	font-weight: normal;
}
.eventHeader {
	width: 75px;
}

