.poll_c{
    padding: 10px 0 10px 10px;background: #eeeeee; margin-top: 5px;
}
/* Bar Graphs */
.graph {
  width: 100%;
  position: absolute;
  right: 30px;
}
.bar-title {
  line-height: 20px;
  font-weight: bold;
  width: 40%;
  text-align: center;
}
.bar-container {
  width: 200px;
  height: 10px;
  margin: 0px 0px 15px;
  text-align:left;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
    text-align:left;
}
.bar-container strong {
  top: 0px;
  text-align:left;
}
#poll-results p {
  text-align: center;
}