
#container {
	width: 80%;

	
	text-align: left;

}

.spacer {
	width: 100%;
	height: 12px;
}
hr {
	border: 0px;
	color: #CCCCCC;
	height: 1px;
	text-align: left;
}

#left {
	float: left;
	width: 300px;
	color: black;
	margin-left: 0px;
}


.left {
	color: gray;
	background-color: #FFFFFF;
	float: left;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 0px;
}

/* Bar Graphs */
.graph {
  width: 230px;
  position: relative;
  right: 0px;
  text-align: left;
}
.bar-title {
  position: relative;
  float: left;
  width: 104px;
  line-height: 20px;
  margin-right: 0px;
  font-weight: bold;
  text-align: left;
}
.bar-container {
  position: relative;
  float: left;
  width: 100px;
  height: 8px;
  margin: 0px 0px 12px;
}

.bar-container div {
  background-color:#FF007F;
  height: 18px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;

}
#poll-results p {
  text-align:left;
 margin-left: 25px;
}