.ballot legend {
	text-align: center;
}

.ballot .sneniors {
	width: 47.99%;
	float: left;
	margin: 0 1%;
}
.ballot .juniors {
	width: 47.99%;
	float: left;
	margin: 0 1%;
}

.ballot .form-horizontal .control-label {
	width: 250px;
}

.ballot .form-horizontal .controls {
	margin-left:275px;
}

.ballot .form-horizontal .control-group {
	margin-top: 10px;
	margin-bottom: 10px;	
}

.ballot input[type=checkbox] {
	transform: scale(2);
}

.ballot .control-group {
	border-bottom: solid thin #000;
}

.survey .form-horizontal .control-label {
	width: 100%;
	text-align: left;
}

.survey .form-horizontal .controls {
	margin-left:20px;
}
