.comments_face {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    margin-top: 15px;
}

.comments_face .comments {
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
}

.comments_face .profile {
    float: left;
    width: 50px;
    margin-right: 10px;
    margin-top: 5px;
}

.profile img {
    border-radius: 50%;
}

.comments_face .comment-content img,
.comments_face .profile img {
    width: 100%;
}

.comments_face .comment-content img,
.comments_face .profile img,
.comment-status img {
    margin: 0 auto;
}

.comments_face .comment-content {
    margin-left: 60px;
    /*background: #f1f2f6;*/
    /*padding: 10px 0;*/
    border-radius: 16px;
    text-align: left;
}

.comments_face p {
    font-size: 14px;
}

.comments_face .name {
    margin: 0;
}

.comments_face .comment-status span,
.comments_face .name {
    /*color: #3b5998;*/
    color: rgb(22, 24, 35);
}

.comments_face .name,
.comments_face .result {
    font-weight: 700;
}

.comments_face .button,
.comments_face .name,
.comments_face .profile {
    cursor: pointer;
}

.comments_face .comment-status {
    font-size: 11px;
    cursor: pointer;
    margin-left: 60px;
    /* margin-top: 10px;*/
}

.comments_face .comment-status span,
.comments_face .name {
    /*color: #3b5998;*/
    color: rgb(22, 24, 35);
}

.comments_face .button,
.comments_face .main-content span {
    color: red;
}

.comments_face .clr {
    clear: both;
}