.form .error {
    color: #ff0000;
}

.rqa-content {}

.rqa-questions-wrap {}

.rqa-pagination {
    text-align: center;
    font-size: 0;
}

.rqa-pagination .page-numbers {
    display: inline-block;
    text-decoration: none;

    margin-left: 4px;
    padding: 4px 6px;
    min-width: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    border: 1px solid #ddd;
}

.rqa-pagination .page-numbers:first-child {
    margin-left: 0;
}

.rqa-questions-list {
    margin: 20px 0;
    line-height: 1.5;
    border-top: 1px solid #ddd;
}

.rqa-question-item {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 15px 68px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.rqa-question-item.answered .rqa-question-status {
    color: #1ba1e2;
    border-color: #1ba1e2;
}

.rqa-question-item.answered .rqa-question-status .fa:before {
    content: "\f00c";
}

.rqa-question-status {
    position: absolute;
    padding: 0;
    left: 15px;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    line-height: 36px;
    color: #ee3224;
    border: 1px solid #ee3224;
    border-radius: 50%;
    background: none;
}

.rqa-question-status .fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}

.rqa-question-status .fa:before {
    content: "\f128";
}

.rqa-question-title {
    margin-bottom: 8px;
}

.rqa-question-title a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.rqa-question-title a:hover {
    color: #666;
}

.rqa-question-meta {
    color: #999;
}

.rqa-question-meta .fa {
    margin-right: 3px;
}

.rqa-meta-delimiter:before {
    margin: 0 3px;
    content: "•";
}

.rqa-question-single {
    margin: 10px 0;
}

.rqa-question-single .rqa-question-meta {
    text-align: right;
    margin-bottom: 10px;
}

.rqa-answer {
    margin-top: 30px;
}

.rqa-answer-content {

}

.rqa-answer-header {
    font-size: 16px;
    font-weight: bold;
    margin: 1em 0;
}

.rqa-answer-meta {
    color: #999;
    text-align: right;
}

.rqa-answer-meta .fa {
    margin-right: 3px;
}

.rqa-form-container {
    margin-top: 20px;
}

.rqa-form-container input[type="text"] {
    width: 55%;
    margin-bottom: 5px;
}