
/* Bar Graphs */
.graph {
  width: 175px;
  position: relative;
  right: 0px;
}
.bar-title {
  position: relative;
  float: left;
  width: 190px;
  line-height: 15px;
  text-align: left;
}
.bar-container {
  position: relative;
  float: left;
  width: 123px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  text-align: center;
  clear:both;
}
