:root{

}


#rally-schedule h4 {
	font-size: 2rem; 
}


#content-container {
	padding: 0px; 
	color: #fff; 
}

#content-container section {
	max-width: 1024px; 
	min-height: 550px; 
	background-color: #00456f; 
	margin: 0px auto; 
	color: #fff; 
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);	
}



ul.schedule-times {
	display: block; 
	width: 75%; margin: 0px auto; padding: 0px; list-style-type: none; 
	font-size: 1.75rem; 
}
ul.schedule-times li {
	display: block; width: 100%; 
	padding: 5px; 
	margin: 0px; 
	font-size: 1.75rem; 
	line-height: 1.25em; 
}
ul.schedule-times li:not:first-child {
	margin-top: 15px; 
}

ul.schedule-times li span.time {
	font-weight: bolder; margin: 20px 0px; 
}
