/* Copyright 2013 Zachary Doll */
.DP_AnswerForm, .DP_ResultsForm {
  margin: 10px;
  padding: 10px;

}

.DP_ResultQuestion:not(:first-child), .DP_AnswerQuestion:not(:first-child) {
  border-top: 1px solid rgb(190, 200, 204);
}

.DP_ResultOptions {

  margin-bottom: 10px;
  margin-top: 10px;
}
.DP_AnswerOptions li, .DP_ResultOption {
	padding: 5px 0;
	line-height: 130%;
	font-size: 14px;
}

.DP_Bar {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  padding: 0 5px;
}

.DP_Bar-0 {background-color: #ff7f2a; color: #000; }
.DP_Bar-1 {background-color: #71c837; color: #000; }
.DP_Bar-2 {background-color: #8d5fd3; color: #5f1e00; }
.DP_Bar-3 {background-color: #dfff2a; color: #000; }
.DP_Bar-4 {background-color: #379ec8; color: #000; }
.DP_Bar-5 {background-color: #ff2a2a; color: #000; }
.DP_Bar-6 {background-color: #c8ae37; color: #000; }
.DP_Bar-7 {background-color: #5f6fd3; color: #000; }
.DP_Bar-8 {background-color: #ff2af6; color: #000; }
.DP_Bar-9 {background-color: #37c88c; color: #000; }

.DP_VoteCount {
  display: block;
  float: right;
}
.DP_AnswerQuestion span {
	padding: 5px 0;
	display: inline-block;
}