/* ronduit vote rechterkolom */

.vote {
  font-weight: bold;
  margin: 0px 3px 20px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  clear: both;
  }
.vote .head {
  display: none;
  height: 8px;
  }

.vote .bottom {
  position: relative;
  display: block;
  height: 13px;
  }

#container3 .vote .body {
 background-color: #fff; 
 padding-top: 6px;
 padding-right: 6px;
 padding-bottom: 6px;
 padding-left: 6px;
 }

   
#container3 .vote h1, #container3 .vote h2 {
 padding: 5px;
 margin-bottom: 15px;
 font-weight: bold; 
 font-size: 1.1em; 
 color: black; 
 background-color: yellow;
 }
 
.vote p {
  color: #000;
  }
  
.voteResult {
  color: #000;
  /*font-size: 0.7em;*/
}

.voteResultBar {
  background-color: #023183;
  }

.vote p.options {
  margin: 0px;
  }
  
.vote img.actionButton {
  border: none;
  position: relative;
  visibility: visible;
  z-index: 49;
  float: right;
  margin-top: 10px;
  }
  
.vote p.info {
  text-align: left;
  margin: 0px 0px 0px 0px;
  clear: right;
  }
  
.vote table {
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
  }
  
.vote label {
  _font-size: 1em;
  line-height: 1.5em;
  color: #000;
  margin-left: 30px;
  display: block;
  }

.radio {
float:left;
padding-bottom: 20px;
}

.mening {
  color:#3a3a3a;
  width: 190px;
  }

.meningSubmit {
  color: #ffffff;
  font-weight:bold;
  background: #8a8a8a;
  float:right;
  }