
.question-bs {

}

.wp-polls, .wp-polls-form {
    margin-bottom: 1em;
}

.entry-txt ul li:before,
.page-txt ul li:before{
    width: 0;
    height: 0;
}

.entry-txt .question-label,
.entry-txt h3.question-label,
.page-txt h3.question-label {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin: 10px 20px;
    padding: 10px 0;
}
.entry-txt .answer-bs > ul > li,
.page-txt .answer-bs > ul > li {
    font-weight: bold;
    font-size: 17px;
    margin: 10px 20px;
    padding: 10px 0;
}
.question-cont, .answer-cont {
    border: 1px solid #ececec;
    padding: 0 20px 20px 20px;
}
.wp-polls-ul {
    margin: 10px 30px;
}
.wp-polls-ul > li {
    margin: 10px 30px;
}
.wp-polls-footer {
    text-align: center;
}
.wp-polls-results {
    width: 95%;
    margin: 0 auto;
    border-top-style: solid;
    border-top-color: #ececec;
    border-top-width: 2px;
}
.wp-polls-votes {
    padding: 7px;
    font-size: 14px;
    color: #A8A8A8;
}
.wp-polls-answer {
    font-size: 20px;
}
.wp-polls-answer-num {
    font-size: 40px;
    padding: 4px;
}
.wp-polls .pollbar {
    height: 15px;
}
