

#records ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
		display: inline;
		clear: both;
		width: 100%;
	margin-bottom: 50px;
}
	#records ul li {
		margin: 0 35px 0 0;
		padding: 0;
		float: left;
		display: inline;
		clear: none;
		width: 280px;
		text-transform: uppercase;
	}
	#records ul li.last {
		margin-right: 0;
	}

	
	
	#records a,
	#records a:visited {
		text-decoration: none;
	}


h3 {
	margin: 0 0 12px 0;
}


h4.alternative {
	margin-bottom: 20px;
}
