/* Bar Graphs */
.graph {
  width: 125px;
  position: relative;
  right: 5px;
}
.bar-title {
  position: relative;
  float: left;
  width: 73px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 35px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#cc2045;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
	clear: both;
	float: right;
}