
.comments-two_v1 .label-info{
    display: none;
}

.comments-two_v1 h3,
.comment-content h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
}

.comments-content-wrapper{
    margin-bottom: 30px;
}

.comment-content .item .user {
    font-size: 16px;
    color: #000000;
    width: 100%;
}

.comment-content .items-wrapper .item{
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

.like-dislike{
    display: none;
}

.user-comment{
    font-size: 16px;
    color: #898d8d;
    padding: 10px 0;
    max-height: 140px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.time{
    font-size: 16px;
    color: #898d8d;
}

.article-details-content .comments-two_v1,
.article-details-content .comment-content{
    max-width: 760px;
    margin: auto;
}


.comment-content .items-wrapper .item.comment-reply{
    padding-left: 30px;
}

.comment-content .items-wrapper .item.comment-reply .img-wrapper img,
.comment-content .items-wrapper .img-wrapper img{
    border-radius: 50%;
}

.comment-content .items-wrapper{
    padding-left: 0;
}