/* Bar Graphs */
.graph {
  width: 250px;
  position: relative;
  right: 30px;
  
}
.bar-title {
  /*position: relative;*/
  float: left;
  width: 200px;
  line-height: 20px;
  /*margin-right: 15px;*/
  font-weight: bold;
  text-align: left;
  margin-left: 35px;
}
.bar-container {
  position: relative;
  float: left;
  width: 140px;
  height: 20px;
  margin: 0px 0px 0px;
  margin-left: 55px;
  /*border: 1px solid #888;*/
  background: #eee;
}

.bar-container div {
  background-color:#c67e1e;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -42px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  text-align: center;
}
