.actions label a {
    color: #76839b;
}

.actions label a.active {
    color: #3182f7;
}

.btn-primary {
    background: #3182f7 !important;
    border: none
}

.btn-outline-primary {
    color: #3182f7;
    border-color: #3182f7;
}

.btn-primary {
    background: #3182f7 !important;
    border: none
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    background: #3182f7;
    color: #ffffff;
}

.answer-btn-actions .aw-ajax-against,
.answer-btn-actions .aw-ajax-agree {
    background: #e9f0fe;
    border: none;
    font-size: 14px;
    color: #3182f7;
}

.aw-author-info {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
}