#results h1 {
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
}

#poll h2 {
    text-align: left;
}

#results p {
    text-align: left;
}

div.extended_poll_question label {
    display: block;
    margin-top: 5px;
}

div.extended_poll_question label input {
    margin-right: 5px;
}

div.question {
    border-top: 1px dashed #ccc;
    clear: both;
    margin-top: 10px;
}

div.question.first {
    border: none;
    margin-top: 0;
}

#poll label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}


div.simple_poll_frame {
    text-align: center;
}

div.simple_poll_frame h2,
div.simple_poll_frame label {
    text-align: left;
}

/* CKEditor-related */

.wysiwygAvatarWrap {
    clear: both;
    display: flex;
    padding: 0.5rem 0 1rem;
}

.wysiwygAvatarWrap div.cke {
    clear: both;
    flex-grow: 1;
    border: 2px solid #a52d2c;
    border-radius: 4px;
}

.wysiwygAvatarWrap img.avatar {
    width: auto;
    height: 93px;
    margin-right: 1rem;
}

textarea#question_text,
textarea#the_answer {
    /*display:block !important;*/
    /*visibility: visible !important;*/
}

em {
    font-style:italic;
}

.answer-text .main p {
    font-size: 21px;
    line-height: 33px
}
@media only screen and (min-width: 768px) {
    .question-page .answer-text .main p {
        font-size: 19px;
        line-height: 30px;
    }
}