
ul.poll {
  list-style: none;
  padding-left: 0px;
}
.bold {
  font-weight: bold;
}
.poll-results-block {
  width: 70%;
  min-height: 180px;
  position: relative;
}
.poll-results-votes {
  width: 50%;
  float: left;
}
.poll-results {
  list-style-type: none;
}
.poll-results-graph {
  width: 20%;
  float: right;
  position: absolute;
  left: 51%;
  margin: 5px 5px 5px 5px;
}
.poll-label {
  clear: left;
  float: left;
}
.poll-votes {
  clear: right;
  float: right;
}
