/* Bar Graphs */
.graph {
  /*width: 250px;*/
  position: relative;
  right: 10px;
}
.bar-title {
  position: relative;
  float: left;
  width: 110px;
  line-height: 1em; /*20px;*/
  margin-right: 10px;
  font-weight: bold;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 60px;
  /*height: 10px;*/
  margin: 0px 0px 12px;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results h4 {
  background: #CCC;
  border: 1px dotted #000000;
  font-size: 1.2em;
  margin: 6px 0;
  padding :0 4px;
}
#poll-results .total-votes {
  font-style: italic;
  margin-top: 6px;
  border-top: 1px solid #000;
}