  form.webPoll ul {
  list-style-type: none;
}
form.webPoll li {
  position: relative;
}
form.webPoll li p.result {
  position: absolute;
  bottom: 0;
  left: 2%;
  margin: 0;
  color: #153d65;
}
.current-poll form.webPoll li p.result {
  bottom: 5px;
}
form.webPoll .result {
    background: #dcdcdc;
    border:4px #dcdcdc solid;
    padding-left:2px;
}
.past-poll h4 {
  font-size: 1em;
}
.current-poll li {
  padding: 5px;
}
.current-poll li label.poll_active {
  background: #dcdcdc;
  color: #153d65;
  position: relative;
  z-index: 1;
  padding: 5%;
  min-height: 100px;
}
.current-poll li.selected label.poll_active {
  background: #153d65;
  color: #fff;
}
.current-poll li label.poll_active:hover {
  background: #153d65;
  color: #fff;
}
.current-poll li input[type='radio'].hidden {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 0;
}
p.answer {
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  top: 50%;
  margin: 0;
  width: 90%;
  max-width: 90%;
  font-weight: bolder;
  font-size: 1.2em;
}
label.poll_results {
  font-weight: bolder;
}
.current-poll label.poll_results {
  font-size: 1.2em;
  font-weight: bolder;
}
.columns:last-child:not(:first-child) {
  float: left;
}
