#poll-results  {
	padding: 5px;
}
/* Bar Graphs */
.graph {
  width: 430px;
  position: relative;
  height: auto;
  right: 0px;
}
.bar-title {
  position: relative;
  float: left;
  width: 300px;
  height: auto;
  min-height: 20px;
  /*line-height: 20px;*/
  margin-right: 10px;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  /*padding-top: 2px;*/
  padding-top: 12px;
  padding-bottom: 12px;
}
.bar-container {
  position: relative;
  float: right;
  width: 90px;
  height: 20px;
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bar-container div {
  background-color: #cc4400;
  height: 10px;
  margin: 5px 0px;
}
.bar-container strong {
  position: absolute;
  right: -10px;
  top: 14px;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
}
#poll-results p  {
	width: 400px;
	height: auto; 
	text-align: right;
	position: absolute;
  	left: 10px;
  	top: 372px;
}
