/*
 * Frontend RTL stylesheet for right-to-left adjustments.
 */

 #ywqa-questions-and-answers .answer-container .vote-answer .answer-helpful {
    float: right !important;
    width: auto;
}

#ywqa-questions-and-answers .answer-container .vote-answer .answer-helpful .is-answer-helpful {
    float: left !important;
    margin-right: 8px !important;
}

.ywqa-send-answer textarea.ywqa-send-answer-text,
.ywqa-ask-question  textarea.ywqa-ask-question-text {
    resize: vertical;
}

#ywqa_question_list .question-container .question-text .answer-content {
    margin-right: 12px !important;
}