body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Hammersmith One', sans-serif;
}

.dropDown {
	width:180px;
	height:35px;
	border:1px solid black;
	color:black;
	border-radius:5px;
	margin:auto;
	margin-top:10px;
	text-align:center;
	cursor:pointer;
}

#title {
	margin:auto;
	width:300px;
	font-family:Arial;
	font-size:35px;
	font-weight:bold;
	position:absolute;
	z-index:1;
}

#selectElection {
	width:300px;
	text-align:center;
	top:25%;
	position:absolute;
	right:10px;
	z-index:1;
}

.dropDown img {
	width:10px;
	position:relative;
	top:4px;
}

.dropDown span {
	position:relative;
	top:6px;
	font-weight:bold;
	font-size:18px;
}

.dropDownBody {
	width:180px;
	border:1px solid black;
}

#selectWrap { 
	margin-top:10px; 
	width:195px;
	margin:auto;
	text-align:center;
}

#container {
	width:100%;
	min-width:400px;
	float:left;
	top:0;
	z-index:0;
	left:0;
}



.candidate {
	width:80px;
	height:80px;
	background-color:black;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

#pleaseWait {
	display:none;
	margin:auto;
}

.iPhoneSel {
	margin:auto;
}