/* @override 
	http://civicscience-widgets.s3.amazonaws.com/evening-post-media/post-and-courier/post-and-courier-news-main-r-v3.css */

.ballotbox,
.ballotbox div,
.ballotbox span, 
.ballotbox form, 
.ballotbox label, 
.ballotbox input,
.ballotbox .poll_title,
.ballotbox .poll_body,
.ballotbox .question_text,
.ballotbox .answer,
.ballotbox .answer .control,
.ballotbox .answer .answer_text,
.ballotbox .result,
.ballotbox .result .percent,
.ballotbox .result .answer_text,
.ballotbox .buttons,
.ballotbox .detailed_results,
.ballotbox .wrap_up {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	width: auto;
	color: #222; 
	text-decoration: auto;
	text-align: left;
}

.ballotbox {
	display: table;
	ont-size: 1.125rem;
	font-family: "Open Sans","Helvetica",Helvetica,Arial,sans-serif;
	border-top: 3px solid #eee;
	width: 100%;
}

.civicscience.ballotbox .poll_body.loading {
    width: 100px;
    height: 60px;
    opacity: .9;
    margin: 20px auto;
}


.ballotbox .header {
	font-family: "Clarendon-light",Times New Roman,serif;
	  color: #222;
	  margin-top: 0.5rem;
	  margin-bottom: 0.5rem;
	  font-size: 1.4375rem;
	  font-weight: normal;
	  font-style: normal;
	  text-rendering: optimizeLegibility;
}

.ballotbox .question_text {
	font-size: .9em;
	  color: #222;
	  font-family: inherit;
	  font-weight: normal;
	  font-size: 1rem;
	  line-height: 1.2;
	  margin-bottom: .5rem;
	  text-rendering: optimizeLegibility;
	  font-weight: normal;
	  font-style: normal;
	  text-rendering: optimizeLegibility;
}

.ballotbox ul.answer_options {
	margin: 8px 0 8px 0;
	list-style: none;
	padding: 0;
}

/****************** @group Desktop Widget *******************/

.ballotbox.click ul.answer_options li {
	margin: 8px 10px 8px 0;
}


@-moz-document url-prefix() { 
	.ballotbox.click ul.answer_options li input{
		margin: 9px 10px 0px 0px !important;
	}
}

@media (max-width: 880px) {

 .ballotbox.click ul.answer_options li{
	margin: 4px 0;
 }
	 
 .ballotbox.click ul.answer_options li label {
  	  font-size: 1em;
  	  color: #222 !important;
  	  border: 1px solid #eee;
  	  background: #ddd;
  	  padding: 6px;
  	  font-weight: 400;
  	  margin: 4px 0;
  	  display: block;
  	  font-size: 12px;
  	  color: #999;
  	  border: 1px solid #ddd;
  	  background: #f9f9f9;
  	  padding: 10px;
  	  border-radius: 5px;
  	  font-weight: normal;
  	  margin: 6px 0 0;
  	  font-weight: lighter !important;
  	  font-family: "Open Sans","Helvetica",Helvetica,Arial,sans-serif;

  }
  
   .ballotbox.click ul.answer_options{
   	display: table;
   	width: 100%;
   }
  
 .ballotbox.click ul.answer_options li input{
  	display: none;
  }
  
  .ballotbox.click ul.answer_options li label{
  		display: block !important;
  }
  
  .ballotbox.click ul.answer_options li input[type=radio]:checked+label {
    background-color: ebebeb ;
    background: #ebebeb;
    color: #555;
    
   }

}

.ballotbox.click ul.answer_options li label {
	color: #222;
	font-weight: lighter !important;
	font-family: "Open Sans","Helvetica",Helvetica,Arial,sans-serif;
	margin: 0;
	display: table;
}

.ballotbox.click ul.answer_options li input[type="radio"] {
	float: left;
	width: 14px;
	margin: 4px 10px 0 0 !important;
}

.ballotbox.click ul.answer_options li input[type="checkbox"] {
	float: left;
	width: 14px;
	margin: 4px 10px 0 0 !important;
}

.ballotbox input.submit{
	padding: 5px 10px;
	  margin: 14px 0;
	  background: #eee;
	  border-radius: 4px;
	  font-size: .8em;
	  display: table;
	  color: #222;
	  border: 1px solid #ddd;
	    background: #f9f9f9;
}

.ballotbox input.submit:hover{
	cursor: pointer;
	opacity: .9;
}

/*************** @group Answer portion of the widget ******************/

.ballotbox .answer_results {
	display: table;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 4px;
	color: #fff !important;
}

.ballotbox .answer_results .answer {
	margin: 0 0 10px 0;
}

.ballotbox .answer_percentage {
	width: 40px;
	float: left;
	color: #222;
}

.ballotbox .answer_text {
	display: table;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	color: #222;
}

.ballotbox .progress_bar {
	margin: 10px 0 10px;
	font-size: 9px;
	color: #000;
	font-weight: normal;
	float: left;
	width: 140px;
}

.ballotbox.question_1 .progress_bar::before {

}

.ballotbox.question_2 .progress_bar::before {

}

.ballotbox.question_3 .progress_bar::before {

}


.ballotbox .controls {
	height: 20px;
	margin: 0 0 10px 0;
	display: table;
	width: 100%;
}

.ballotbox .controls .next {
	float: right !important;
	padding: 5px 10px;
	background: #dcdcdc;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.ballotbox .controls .next::after {
	content: ">>";
}

.ballotbox .controls .previous {
	float: left;
	padding: 5px 10px;
	background: #dcdcdc;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}

.ballotbox .controls .previous::after {
	content: "<<";	
}

.ballotbox .detailed_results a{
	color: #2171b8;
	text-decoration: none;
	font-size: 13px;
}

.ballotbox div.wrap_up{
	margin: 12px 0 16px;
}

.ballotbox div.wrap_up .end_title{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #fff !important;
}

.ballotbox div.wrap_up .end{
	font-size: 12px;
	color: #fff !important;
}

.ballotbox div.wrap_up a{
	color: #2171b8;	
	text-decoration: none;
}

.ballotbox .footer {
	font-size: 9px;
	color: #000;
	font-weight: 300;
	float: right;
}

.civicscience.ballotbox ul.answer_options::after{
	display: none;
}
