#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

.spacer {
	width: 100%;
	height: 15px;
}

.left {
	color: gray;
	background-color: #FFFFFF;
	float: left;
	font-size: 100%;
	margin-top: 5px;
}

/* Bar Graphs */
.graph {
  width: 184px;
  /*position: relative;
  right: 20px; */
  min-height: 300px;
}

.bar-title {
  border-top: 1px solid #C0C0C0;
  position: relative; 
  float: left;
  width: 80px;
  line-height: 18px;
  padding-right: 14px;
  font-size: 11px;
/*   font-weight: bold; */
  text-align: right;
}

.bar-container {
  border-top: 1px solid #C0C0C0;
  position: relative; 
  float: left;
  width: 60px;
  height: 10px;
  margin: 0px 0px 12px;
}

.bar-container div {
  background-color: #cc4400;
  height: 16px;
}

.bar-container strong {
  border-top: 1px solid #C0C0C0;
  position: absolute;
  right: -26px;
  top: -1px;
  overflow: hidden;
}

#poll-results p { 

  text-align: center;
}
