.graph {
  width: 245px;
  position: relative;
  padding-left: 15px;
}
.bar-title {
  clear: left;
  position: relative;
  float: left;
  width: 54px;
  line-height: 20px;
  margin-right: 8px;
  font-weight: bold;
  text-align: left;
}
.bar-container {
  border-bottom: 1px dotted #ccc;
  position: relative;
  float: left;
  width: 145px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
.bar-container strong {
  background: #fff;
  display: block;
  position: absolute;
  padding: 0 0 0 8px;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  clear: both;
  text-align: center;
}
#poll-question {
  margin-bottom: .7em;
  margin-top: 1em;
}

