/* styles for quick poll*/
.poll {
	font-family: arial, sans-serif;
	width:100%;
}
.poll-header {
	font-size: 12px;
	font-weight: bold;
	background-color:YELLOW;
	padding: 5px;
	font-family: arial, sans-serif;
}
.poll-question {
	font-size: 12px;
	padding: 5px;
	/*font-weight: bold;*/
	text-align: left;
	font-family: arial, sans-serif;
}

.poll-status {
	font-size: 16px;
	padding: 10px 0px;
	font-weight: bold;
	text-align: left;
}

.poll-container {
	text-align: left;
	font-family: arial, sans-serif;
	width:100%;
}
.poll-container p {
  font-weight: bold;
  text-align: center;
  }
.poll-answers {
	padding: 5px;
	font-family: arial, sans-serif;
	width:100%;
	/*border:1px solid black;*/
}
.answer-label {
	font-size: 12px;
	font-family: arial, sans-serif;
}
.vote-button {
	font-size: 12px;
	font-weight: bold;
}
/* Bar Graphs */
.graph {
  position: relative;
}
.bar-title {
  position: relative;
  float: left;
  width: 30%;
  line-height: 20px;
  margin-right: 5%;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 60%;
  height: 20px;
  margin: 0px 10px 15px;
  border:1px solid black;
}

.bar-container div {
  background-color:#009CFF;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
}
.poll_footer {
	text-align:center;
}

.poll-already-voted{
	text-align:center;
	font-weight: bold;
}