@media screen and (max-width:640px) {
	#other_results {
		width:98%;
		margin:0 auto;
	}
}

@media screen and (max-width:500px) {
	#other_results {
		width:98%;
		margin:0 auto;
	}
}

@media screen and (max-width:490px) {
	#other_results {
		width:98%;
		margin:0 auto;
	}
}
