.pollform {
  position: relative;
  left: 0px;
  top: 0px;
 /*  width: 500px;; */
  font-weight: bold;
  font-size: 16px;
}

.polltitel, .polltitel A, .polltitel A:hover, .polltitel A:visited, .polltitel A:active {
  position: relative;
  left: 0px;
  top: 0px;
  /* width: 500px; */
  font-weight: bold;
  font-size: 14px;
  padding-bottom:10px;
  padding-top:10px;
}

.pollantwoordradio {
  position: absolute;
  width: 25px;
  height: 20px; 
}

.pollantwoord {
  position: relative;
  left: 30px;
  /* width: 450px;  */
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
  height: 20px; 
  padding-top:3px;
}

.pollantwoordresultaat {
  position: relative;
  font-size: 11px;
  left: 10px; 
  /* width: 450px; */
  margin-top: 10px; 
}

.pollstatistiektekst {
  position: relative;
  font-size: 11px;
  left: 115px; 
  width: 250px;
  padding-left:10px;
  padding-top:5px;
}
.pollstatistiek {
  position: absolute;
  left: 10px;
  width: 100px; 
  border: 1px solid black;
  margin-top: 5px;
}

.polltekst {
  position: relative;
  left: 0px;
  top: 20px;
  font-size: 11px;
  width: 375px;;
}

.pollmelding {
  position: relative;
  left: 0px;
  top: 10px;
  width: 375px;;
  margin-bottom: 25px;
}

.polllink {
  position: relative;
  left: 0px;
  top: 25px;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 25px;
}
