
#content{
	clear: both; 
	margin: 0 auto; 
	width: 80%;
	margin-top: 150px;
	position: relative;
	z-index: -2;
}

.results{
	float: left;
	border-bottom: 3px dashed black;
	margin-bottom: 30px;
}

.item{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	padding-bottom: 30px;
}

.item4{
	float: left;
	width: 23.5%;
	padding-bottom: 30px;
}

.item h2{
	font-size: 1em;
	font-family: UniversLT-CondensedBold;
	font-weight: normal;
}

.item p{
	font-size: 0.8em;
	font-family: UniversLT-CondensedBold;
	font-weight: normal;
}

#last{
		margin-bottom: 20px;
	}

@media only screen and (min-width : 1650px) and (max-width : 4000px) {
	#content{
		width: 60%;
		margin-top: 200px;
	}
}

@media only screen and (min-width : 501px) and (max-width : 1100px) {
	#last{
		margin-bottom: 50px;
	}
}

@media only screen and (min-width : 150px) and (max-width : 500px) {
	#three{
		margin-top: -3px;
	}

	#content{
		width: 70%;
		margin-top: 150px;
	}

	.results{
		border-bottom: 3px dashed black;
		margin-bottom: 30px;
	}

	.item{
		width: 100%;
		margin-right: 0;
	}

	.item4{
		width: 100%;
	}

	#last{
		margin-bottom: 80px;
	}
}