/* Bar Graphs */
.graph {
	clear:both;
	float:left;
	width:190px;
	margin:10px 0;
}
.graph-all {
	clear:both;
	float:left;
	width:100%;
	margin:10px 0;
}
.bar-title {
	float:left;
	width:190px;
	margin-bottom:1px;
  /*position: relative;
  float: left;
  width: 104px;
  line-height: 20px;
  margin-right: 5px;
  font-weight: bold;
  text-align: right;*/
}
.bar-title-all {
	float:left;
	width:300px;
	margin-bottom:1px;
	padding-left:5px;
}
.bar-container {
	float:left;
	height:16px;
	margin:0 0 8px;
	position:relative;
	width:190px;
}

.bar-container div {
  background-color:#F89350;
  height: 15px;
}
.bar-container strong {
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
 	font-weight:lighter;
	font-size:10px;
	line-height:12px;
}
#poll-results p {
  text-align: left;
  clear:both;
  *margin-top:15px;
}

#poll-results-all p {
  text-align: center;
  clear:both;
  width:100%;
  *margin-top:15px;
}
