#neighborhoods {
	display:none;
}

#results {
	list-style:none;
}

#results li {
	padding:10px;
	list-style-position:outside;
}

#results li.alt {
	background:#EDEDED;
}

#results #no_results {
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}

#results span {
	display:block	;
	font-weight:bold;
	font-size:1.1em;
}

#results a {
	display:block;
}

#instructions {
	margin-top:40px;
}

#instructions ol {
	padding:0px 0px 0px 15px;
	margin:0px;
}

#search_form label {
	display:block;
}
