/* Bar Graphs */
.graph {
	width: 200px;
	position: relative;
}
.bar-title {
	position: relative;
	float: left;
	width: 70px;
	line-height: 20px;
	text-align: left;
}
.bar-container {
	position: relative;
	float: left;
	width: 90px;
	height: 17px;
	margin: 3px 0px 0px;
}

.bar-container div {
  height: 20px;
}
.bar-container strong {
	position: absolute;
	right: -30px;
	top: 0px;
	overflow: hidden;
}
#poll-results div {
  text-align: left;
}

