.voter h2 {
	font-size: 18pt;
	line-height: 22pt;
	margin: 9px 0px 16px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: solid 1px #cccccc;
}
.voter .text {
	margin-bottom: 14px;
}
.voter .thesistext {
	font-weight: bold;
	text-align: justify;
}
.voter .explanation, .voter .politicalParty .view {
	text-align: justify;
}
.voter .viewpoints .views .politicalParty {
	margin-top: 2px;
}
.voter .thesis {
	position: inline-block;
	clear: both;
}
.voter .explanation {
	margin-bottom: 14px;
}
.voter .next, .voter .back {
	margin-top: 20px;
	margin-right: 5px;
}
.voter .points {
	display: block;
	position: relative;
	height: 40px;
	width: 350px;
	margin-top: 24px;
	margin-bottom: 14px;
}
.voter .points .point {
	position: relative;
	display: inline-block;
	top: 22px;
	width: 30px;
	text-align: center;
}
.voter .points .disagree {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: left;
}
.voter .points .agree {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: right;
}
.voter .points .neutral {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
}

.voter .interest {
	margin-top: 24px;
	margin-bottom: 14px;
}
.voter .interest .weight {
	position: relative;
	display: inline-block;
	margin-right: 18px;
}
.voter .interest .weight input, .voter .interest .weight label {
	vertical-align: middle;
}
.voter .interest .weight label {
	margin-left: 3px;
}
.voter .button { 
	border-color: #FF5A00;
	color: #FF5A00;
	padding: 2px 5px;
	color: #FF5A00;
	text-decoration: none;
	border: 1px solid #FF5A00 !important;
	border-radius: 3px;
}
