/* Bar Graphs */
.poll-results {
	margin-left: 25px;
}
.bar-title {
  line-height: 2em;
  font-weight: bold;
}
.bar-container {
  margin: 0px 0px 10px;
}
.bar-container div {
  background-color: #C2C4CC;
	padding-left: 5px;
}
.poll-loader {
	background: url('/img/poll-loader.gif') no-repeat;
	width: 16px;
	float: left;	
}
.poll-question {
	margin-bottom: 10px;
}
.poll-question span {
	margin-left: 25px;
	display: block;
	font-size: 1.2em;
}
