/* Bar Graphs */
.graph {
  width: 240px;
  position: relative;
  right: 30px;
}
.bar-title {
  position: relative;
  float: left;
  width: 132px;
  line-height: 20px;
  margin-right: 5px;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 93px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -40px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  text-align: left;
  color:#000000;
  font-weight:bold;
  padding-top:8px;
}