body {
	height: 100%;
}

#ResultsContainer {
	background: #333;
	color: #ddd;
}

.resultsTitle, .categoryHeader {
	font-size: 22px;
	padding: 20px 0 0;
}

.resultsTitle {
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
}

.result td, .advanceResult td, .advance td {
	color: #ddd;
	font-size: 16px;
	font-weight: 700;
}

.result td, .advanceResult td {
	padding: 25px 1% 0;
}

.advance td {
	padding: 5px 3% 0;
}

.resultsHeader {
	color: #ddd;
	font-size: 18px;
	font-weight: 700;
}

.resultsHeader td {
	/*padding: 0 1%;*/
	font-size: 16px;
	font-weight: bold;
}

.col1, .col1Header { width: 15%; }

.col2, .col2Header { width: 32%; }

.col3, .col3Header { width: 16%; }

.col4, .col4Header { width: 14%; }

.col5, .col5Header { width: 23%; }

.resultsHeader th.wide {
	width: 30%;
}

.resultsMarquee {
	max-height: 640px;
	overflow: hidden;
	width: 100%;
}

.resultsMarquee div {
	max-height: 640px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.results {
	color: #ddd;
	max-height: 640px;
	margin: 0 auto;
	width: 90%;	
}
