/* Copyright 2013 Zachary Doll */
.DP_AnswerForm, .DP_ResultsForm {
  margin: 15px;
  margin-left: 25px;
  padding: 10px 20px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #065E81;
  border-left: 6px solid #295163;
  border-radius: 5px;
  color: #96C9E6;
  word-wrap: break-word;
}

.DP_AnswerForm hr, .DP_ResultsForm hr {
  color: #065E81;
  border-color: #065E81;
  background-color: #065E81;
}

.DP_AnswerQuestion, .DP_AnswerOptions, .DP_AnswerForm, .DP_ResultsForm, .DP_ResultQuestion, .DP_ResultOptions { word-wrap: break-word; }

.DP_ResultQuestion:first-child, .DP_AnswerQuestion:first-child {
  padding-bottom: 10px;
}

.DP_ResultQuestion:not(:first-child), .DP_AnswerQuestion:not(:first-child) {
  border-top: 1px solid #065E81;  
  padding-top: 15px;
}

.DP_ResultOptions {
  margin-left: 10px;
  margin-bottom: 10px;
}

.DP_ResultOptions div, .DP_AnswerOptions li {
  margin-top: 5px;
  font-weight: bold;
}

.DP_Bar {
  display: inline-block;
  background-color: #000;
  color: #FFF;
}

.DP_Bar-0 {background-color: #36799E; color: #000; }
.DP_Bar-1 {background-color: #36799E; color: #000; }
.DP_Bar-2 {background-color: #36799E; color: #000; }
.DP_Bar-3 {background-color: #36799E; color: #000; }
.DP_Bar-4 {background-color: #36799E; color: #000; }
.DP_Bar-5 {background-color: #36799E; color: #000; }
.DP_Bar-6 {background-color: #36799E; color: #000; }
.DP_Bar-7 {background-color: #36799E; color: #000; }
.DP_Bar-8 {background-color: #36799E; color: #000; }
.DP_Bar-9 {background-color: #36799E; color: #000; }

.DP_VoteCount {
  display: block;
  float: right;
}

#DP_Tools {
  margin-left: 25px;
  padding-bottom: 10px;
}