

fieldset .question-legend strong {
    display: block;
    font-weight: 600;
    line-height: 3;
}

legend.legend.question-legend {
    border-bottom: 0px;
    margin: 0px;
}

.question-content {
    margin-bottom: 10px;
}

li.item.question-item {
    padding: 25px 0;
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
}



strong.question-details-value {
    font-weight: 400;
}

span.question-author-value {
    color: #878787;
    font-size: 1.3rem;
    font-weight: 500;
}

.block.question-add {
    margin-top: 25px;
}

li.all-questions {
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}


.qa-answers-modal .modal-inner-wrap {
    width: 30%;
}

p.answer-question span {
    font-weight: 400;
    line-height: 1.2;
}

p.answer-question {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 15px;
}



li.item.answer-item {
    padding: 15px 0;
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
}

span.customer-questions-title {
    line-height: 1.2;
    font-size: 1.4rem;
}

.additional-answer {
    margin-top: 10px;
}


.answer-content-container .like-dislike {
    margin-top: 10px;
}
.like-dislike span.selected {
    color:#2874f0;
}

i.fa.fa-thumbs-up, i.fa.fa-thumbs-down {
    margin-right: 2px;
}



.question-title, .answer-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.question-title strong, .answer-title strong {
    font-size: 2.2rem;
    font-weight: 300;
}



form#save-answer-form {
    padding-top: 15px;
}
