/* Copyright 2013 Zachary Doll */
.DP_AnswerForm, .DP_ResultsForm {

}
.DP_AnswerForm h3, .DP_ResultsForm h3 {
    padding: 10px 20px;
    background: #777;
    color: #fff;
    box-shadow: 0 0 0 0.5px #777;
}

.DP_AnswerForm .Buttons {
    padding: 0 20px;
}

.DP_ResultQuestion, .DP_AnswerQuestion {
    border-top: 1px solid #eee;
    padding: 15px 20px;
}
.DP_ResultQuestion span, .DP_AnwerQuestion span {
    font-weight: bold;
}
.DP_ResultOptions {
    margin-left: 10px;
    margin-bottom: 10px;
}
.DP_ResultOption {
  padding: 5px 0;
}

.DP_Bar {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 4px 0px 4px 1px;
    border-radius: 1px;
    box-sizing: border-box;
}

.DP_AnswerForm hr,
.DP_ResultsForm hr {
    display: none;
}


.DP_Bar-0 {
    background-color: #727272; 
}
.DP_Bar-1 {
    background-color: #f1595f; 
}
.DP_Bar-2 {
    background-color: #79c36a; 
}
.DP_Bar-3 {
    background-color: #599ad3; 
}
.DP_Bar-4 {
    background-color: #f9a65a; 
}
.DP_Bar-5 {
    background-color: #9e66ab; 
}
.DP_Bar-6 {
    background-color: #cd7058; 
}
.DP_Bar-7 {
    background-color: #d77fb3; 
}
.DP_Bar-8 {
    background-color: #ef1ae6; 
}
.DP_Bar-9 {
    background-color: #37c88c; 
}

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