.ballotbox, .ballotbox div, .ballotbox div.answer, .ballotbox div.answer div.answer_text, .ballotbox div.answer div.control, .ballotbox div.buttons, .ballotbox div.detailed_results, .ballotbox div.poll_body, .ballotbox div.poll_title, .ballotbox div.question_text, .ballotbox div.result, .ballotbox div.result div.answer_text, .ballotbox div.result div.percent, .ballotbox div.wrap_up, .ballotbox form, .ballotbox input, .ballotbox label, .ballotbox span {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    width: auto;
    color: #222;
    text-decoration: auto;
    text-align: left;
}
div.civicscience.ballotbox div.poll_body.loading {
    background: url(http://civicscience-css.s3.amazonaws.com/clients/pg/css/pg-loader.gif) no-repeat;
    height: 50px;
    width: 50px;
    margin: 20px auto 0;
    opacity: .5;
    padding: 10px;
}
.ballotbox input[type=submit] {
    font-size: 11px;
    color: #999;
    border-top: 1px solid #eee;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #eee;
    background: linear-gradient(to bottom, #fff 0, #f9f9f9 100%) #f9f9f9;
    border-radius: 5px;
    display: table;
    margin: 0 0 10px;
}
.ballotbox input[type=submit]:hover {
    cursor: pointer;
}
.ballotbox {
    width: 300px;
    background: #f0f5f1;
    display: table;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.ballotbox .header {
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    background-color: #00a85b;
    font-family: serif;
    background-repeat: no-repeat;
    background-position: right;
}
.ballotbox .question_text, div.progress_bar, ul.answer_options {
    padding: 0 !important;
}

.ballotbox .question_text {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #555 !important;
    padding: 10px !important;
}

.ballotbox ul.answer_options {
    margin: 0 0 15px 6px;
    list-style: none;
    padding: 0 10px 0 0 !important;
}

.ballotbox ul.answer_options li {
	clear: both;
	margin: 10px 0 6px 0;
}

.ballotbox ul.answer_options input {
	float: left;
	margin: 2px 6px;
	padding: 0;
}

.ballotbox ul.answer_options li label {
	display: table;
	padding: 0 10px;
}

.ballotbox ul.answer_options li label:hover{
	text-decoration: none;
}

.ballotbox ul.answer_options::after{
	content: "Submit";
	font-size: 12px;
	color: #666;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 10px;
	font-weight: 400;
	margin: 20px 4px 0;
	background: #f9f9f9;
	line-height: 18px;
	display: table;
}

.ballotbox ul.answer_options li label:hover {
    cursor: pointer;
}
 
.ballotbox ul.answer_options li input[type=radio]+label {
    font-size: 13px;
    color: #666;
    font-weight: 400;
}
}.ballotbox ul.answer_options li input[type=radio]+label:hover {
    text-decoration: none;
}
.ballotbox ul.answer_options li input[type=checkbox] {
    display: none;
}
.ballotbox ul.answer_options li input[type=checkbox]+label {
    font-size: 12px;
    color: #999;
    border: 1px solid #ddd;
    background: #f9f9f9 url(http://civicscience-css.s3.amazonaws.com/clients/default/images/checkbox_unchecked.png) no-repeat 6px 6px;
    background-size: 12px;
    padding: 5px 5px 5px 26px;
    border-radius: 5px;
    font-weight: 400;
    margin: 6px 0 0;
    display: block;
}
.ballotbox ul.answer_options li input[type=checkbox]:checked+label {
    background: #f1f1f1 url(http://civicscience-css.s3.amazonaws.com/clients/default/images/checkbox_checked.png) no-repeat 6px 6px;
    background-size: 12px;
}
.ballotbox .answer_results {
    display: table;
    width: 99%;
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0;
    padding: 0 10px;
}
.ballotbox .answer_percentage {
    width: 40px;
    float: left;
}
.ballotbox .answer_text {
    display: table;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 13px!important;
    line-height: 16px;
    width: 236px!important;
}
.ballotbox .progress_bar {
    margin: 10px;
    font-size: 9px;
    color: #999;
    font-weight: 400;
    float: left;
    width: 100px;
}
.ballotbox div.detailed_results {
    margin: 6px 6px 10px;
    text-align: right;
}
.ballotbox div.detailed_results a {
    font-size: 12px;
    color: #015FB6;
    text-decoration: none;
}
.ballotbox.question_1 .progress_bar::before {
    content: "Question 1 of 4"}
.ballotbox.question_2 .progress_bar::before {
    content: "Question 2 of 4"}
.ballotbox.question_3 .progress_bar::before {
    content: "Question 3 of 4"}
.ballotbox.question_4 .progress_bar::before {
    content: "Question 4 of 4"}
.ballotbox .controls {
    height: 20px;
    margin: 0 0 10px;
    width: 300px;
    display: table;
}
.ballotbox .controls .next {
    float: right;
    font-size: 12px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #eee;
    background-image: -moz-linear-gradient(100% 100% 90deg, #ddd, #eee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background-position: 0 0;
    padding: 8px 12px;
    color: #666;
    margin: 0 10px;
}
.ballotbox .controls .next::after {
    content: ">>"}
.ballotbox .question_2 .controls .next {
    width: auto;
    padding: 5px 10px;
}
.ballotbox .question_2 .controls .next::after {
    content: "Next"}
.ballotbox .question_2 .controls .previous {
    width: auto;
    padding: 5px 10px;
}
.ballotbox .question_2 .controls .previous::after {
    content: "Pevious"}
    
.ballotbox .controls .previous {
    float: left;
    font-size: 12px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #eee;
    background-image: -moz-linear-gradient(100% 100% 90deg, #ddd, #eee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background-position: 0 0;
    padding: 8px 12px;
    color: #666;
    margin: 0 10px;
}
.ballotbox .controls .next:hover, .ballotbox .controls .previous:hover {
    background: #dedede;
}
.ballotbox .controls .previous::after {
    content: "<<"}
.ballotbox div.wrap_up a {
    color: #015FB6;
    text-decoration: none;
}
.ballotbox div.wrap_up {
    font-size: 14px;
    padding: 20px 0 30px;
}
.ballotbox div.wrap_up .end_title {
    padding: 0 10px;
    margin: 0 0 6px;
    font-size: 16px;
}

.ballotbox div.wrap_up .end {
    padding: 0 10px;
    font-size: 12px;
}

.ballotbox .footer {
    font-size: 9px;
    color: #999;
    font-weight: 300;
    float: right;
    line-height: 14px;
}

.ballotbox .footer_text {
    display: none;
}

.ballotbox .footer:before {
    display: table;
    width: 20px;
    margin: 0 10px;
    content: "Powered by CivicScience"
}
  