﻿.user_message {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.com_date {
    float: left;
    direction: ltr;
}


.mrg-tp-5 {
    margin-top: 5px;
}

.msgAlert {
    padding: 3px 8px;
    color: #fff;
    font-weight: bold;
}

.errorComment {
    background-color: #c00;
}

.success {
    background-color: green;
}

.icon-size {
    font-size: 35px;
}

section.comments a:link:not(.btn), section.comments a:visited:not(.btn) {
    color: #68B801;
}

.commentBody p {
    line-height: 1.2 !important;
    overflow-wrap: break-word;
}
.commentBody {
    overflow-wrap: break-word;
}


section.comments .comments-list .comment-item.answer {
    background-color: #f6f6f6;
}