html, body {
	height: 100%;
}

.container-fluid {
	height: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	/*padding-bottom: 45%;*/
	overflow: hidden;
}

.btn-group {
	clear: left;
}
 
#map {
	clear: left;
	width: 100%;
	min-width: 100%;
	height: 80%;
	min-height: 80%;
	float: left;
}

#info-text {
	clear: bottom;
	text-align: center;
}

#instruct-text {
	display: none;
	clear: bottom;
	text-align: center;
}

#voter-count {
	color: #0080FF;
}

#sq-miles {
	color: #088A08;
}