#security, #poll-container {
	font-size:12px;
	line-height:26px;
	font-family:Georgia;
	margin:0px 20px 10px 50px;
}
#security h3, #poll-container h3 {
	color:#008bb7;
	font-size:18px;
	font-family:Georgia;
	margin-bottom:10px;
	
}
#security strong, #poll-container strong {
	font-weight:bold;	
}
#security p {
	line-height:18px;
}
/* Bar Graphs */
.graph {
  width: 300px;
  position: relative;
  right: 30px;
}
.bar-title {
  position: relative;
  float: left;
  width: 144px;
  line-height: 20px;
  margin-right: 17px;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 110px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#FF6633;
  height: 20px;
  margin-top:10px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  text-align: center;
}
