@charset "utf-8";
/* CSS Document */

body {
	overflow:hidden
}
#footer {
	height: 5.571em;
	width:100%;
}
#nav ul {
	width: 50%;
	margin:0 auto
}
#tabs {
	height: 68%;
}
.tab {
	float: left;
	margin-left: 8%;
	width: 600px;
	height: 280px;
	margin-top: 7%;
	overflow:visible;
}
.tab .header {
	height: 100%;
}
.tab .candidates {
	height: 16%;
	overflow: visible;
	width: auto;
	padding: 1% 6%;
}
#auspices {
	background:url(../images/auspices-big.png) no-repeat;
	background-size:240px 59px;
	background-position: 5% 100%;
	height:10%;
}
#powered-by {
	bottom:5.571em;
}
.section {
	height:100% !important;
	width:100%;
	float:none;
	padding-bottom:0;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.two-col .section {
	float:left;
	width:50%;
}
.two-col .section:last-child {
	background:url(../images/divider.png) 0 50% no-repeat;
}



