Gottovote center search

by Eve Mwangi

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<center>
	<div class="big-box">
		<h2>Find a Registration Center!</h2>
		<select class="county form-control" name="county">
		<option>Choose County</option>
		</select>
		<br clear="all">
		<select class="constituency form-control" name="constituency">
		<option>Choose Constituency</option>
		</select>
		<br clear="all">
		<div id="results-box">
			
		</div>
	</div>
</center>

CSS

body {
		font-size:18px;
	}
	.big-box {
		width:600px;
		margin:0 auto;
	}
	#results-box {
		width:600px;
		margin-top:20px;
	}
	.box {
		border-bottom:1px solid #333;
		color:#333;
		text-align:left;
		padding:10px 0px;
	}
	.title {
		font-weight:bold;
	}
	.form-control {
		height: 42px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
    border: 1px solid #333;
    border-radius: 0px !important;

JavaScript

DATA = {
	"Mombasa": [{
		"county": "Mombasa",
		"constituency": "Changamwe",
		"office_location": "Changamwe At The Fire Station",
		"contact": "0721674260",
		"most_conspicuous_landmark": "Changamwe Fire Station",
		"distance_from_landmark": ""
	}, {
		"county": "Mombasa",
		"constituency": "Jomvu",
		"office_location": "Mkindani At The Ap Post",
		"contact": "0722838956",
		"most_conspicuous_landmark": "Mkindani Ap Post",
		"distance_from_landmark": ""
	}, {
		"county": "Mombasa",
		"constituency": "Kisauni",
		"office_location": "Along Dr. Felix Mandi Avenue,Behind The District H/Q Kisauni, Bamburi Mtamboni.",
		"contact": "0722578822",
		"most_conspicuous_landmark": "District H/Q",
		"distance_from_landmark": ""
	}, {
		"county": "Mombasa",
		"constituency": "Nyali",
		"office_location": "Links Road West Bank Villa",
		"contact": "0723994319",
		"most_conspicuous_landmark": "Mamba Village",
		"distance_from_landmark": ""
	}, {
		"county": "Mombasa",
		"constituency": "Likoni",
		"office_location": "Likoni School For The Blind",
		"contact": "0722534218",
		"most_conspicuous_landmark": "Likoni Police Station",
		"distance_from_landmark": ""
	}, {
		"county": "Mombasa",
		"constituency": "Mvita",
		"office_location": "Baluchi Complex",
		"contact": "0721639975",
		"most_conspicuous_landmark": "Central Ploice Station",
		"distance_from_landmark": ""
	}],
	"Kwale": [{
		"county": "Kwale",
		"constituency": "Msambweni",
		"office_location": "Msambweni",
		"contact": "0726939035",
		"most_conspicuous_landmark": "Youth Office",
		"distance_from_landmark": ""
	}, {
		"county": "Kwale",
		"constituency": "Lunga Lunga",
		"office_location": "Opposite Lunga Lunga Matatu Stage On The Main Road To Tanzania",
		"contact": "0722 906 450",
		"most_conspicuous_landmark": "Lunga Lunga Petrol Station",
		"distance_from_landmark": ""
	}, {
		"county": "Kwale",
		"constituency": "Matuga",
		"office_location": "Opposite Kwale county Government Office",
		"contact":...