/* Bar Graphs */

#poll-container{z-index:5; width: 350px;}

.graph {
  width: 350px;
  position: relative;
}
.bar-title {
  position: relative;
  float: left;
  width: 120px;
  line-height: 10px;
  margin-right: 10px;
  text-align: left;
  padding-left:10px;
  font-size:11px;
}
.bar-container {
  position: relative;
  float: left;
  width: 100px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#b4181e;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -10px;
  top: 0px;
  overflow: hidden;
  color:white;
  font:normal;
  font-size:12px;
}
#poll-results p {
  text-align: left;
}
#poll-results {
  color:white;
  padding-left:20px;
  font-size:9px;
}
