/*Poll*/
/*********** Civic Science Poll Question *********/
.pollWrapper{
    width:100%;
    margin:10px 0;
    display: inline-block;
}
div.civicscience.ballotbox{
    margin: 0 auto !important;
    width: 100% !important;
    color:#FFF !important;
}
div.civicscience.ballotbox div.question_text{
    /*text-align: justify;*/
    word-spacing: 0px;
    font-size: 16px;
    margin: 15px 0px;
    color: #717171;
    font-family: Oswald Book, sans-serif;
}
div.civicscience.ballotbox ul.answer_options{
    /*background:#FFF;*/
    margin: 0 !important;
    list-style-type: none;
    /*padding: 10px;*/
    border-radius: 10px;
}

.pollHead{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    font-size: 1.3em;
    color:#FDFDFD;
    color:rgba(253,253,253,0.9);
    background-color: #007ABC;
    text-align: center;
    
}
div.civicscience.ballotbox div.wrap_up{
    border-radius: 10px;
    padding: 10px !important;
    background: #FFF;
    background: rgba(255,255,255,0.3);
    font-size: 1.3em;
    color: #FFF !important;
    
}
.answer_options input[type=radio ]:not(old) {
    display: inline-block;
    width: 1.33em;
    height: 1.33em;
    margin: 0.25em 0;
    border-radius: 1.25em;
    background: rgb(224, 224, 224);
    vertical-align: bottom;
    opacity: 1;
}
.answer_options input[type=radio ]:not(old) + label{
    margin-left:0;
    display:initial !important;
}
.display_none {
  display: none;
}
.answer_results{
    background:#FFF;
    margin: 0 !important;
    list-style-type: none;
    padding: 10px !important;
    border-radius: 10px;
    color: #000;
}
.answer_results > li{
    color:#000 !important;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 5px;
}
.answer_text{
    display: initial;
}
div.civicscience.ballotbox div.detailed_results{
    float: none !important;
    text-align: center;
    margin-top: -35px;
    font-size: 14px;
    margin-bottom: 18px;
}
div.civicscience.ballotbox div.detailed_results a{
    /*color: #FFF !important;*/
}
div.civicscience.ballotbox div.answer_results div.answer_percentage{
    display: inline-block;
    margin-right:10px;
}
.pollSponsor{
    margin: 0 auto !important;
    background-color:#008CBA !important;
    color:#EFEFEF !important;
    padding: 5px 10px 10px 10px !important;
    font-size: .8rem;
    text-align: center;
}
.pollSponsor a{
    color:#EFEFEF!important;
}
.poll_body{
}
.answer_options > li{
    padding: 5px 0;
}
.ballotbox .controls {
  height: 20px;
  margin: 0 0 10px 0;
  display: table;
  width: 100%;
}
.ballotbox .controls .next {
  font-size: 12px;
  color: #FFF;
  /*background: #008CBA;*/
  padding: 5px;
  width: 30px;
  text-align: center;
  float: right !important;
  cursor: e-resize;
  margin-top: 10px;
}
.ballotbox .controls .next::after {
  content: ">>";
}
.ballotbox .controls .previous {
  float: left;
  font-size: 12px;
  color: #FFF;
  /*background: #008CBA;*/
  padding: 5px;
  width: 30px;
  text-align: center;
  cursor: w-resize;
  margin-top:10px;
}
.ballotbox .controls .previous::after {
  content: "<<";  
}
.readerPollSection .footer{
  padding: .5rem!important;
}
.civicscience.ballotbox .poll_body .submit{
  background-color: #008CBA !important;
  background-image: none!important;
  opacity: 1.0!important;
  color: white!important;
  margin-top: 0!important;
}
.civicscience.ballotbox.click .poll_body .answer_options li{
  border-bottom:0!important;
}
.readerPollSection{
  border-bottom: 2px solid #bbb;
  width: 100%;
}
