.view-comments-recent .views-field-subject {
    
}

#content .comment-wrapper h2 {
    margin: 0px;
}

#content .comment-wrapper h2.comment-form__title {
    display:none;
}

.field--name-comment-body .filter-wrapper {
    display:none;
}

.comment__content::after, 
.comment__content::before {
    display:none;
}

.comment {
    background: #f3fbfd;
    border: 1px solid #d3d7d9;
    margin-bottom: 1px;
}
.comment__content {
    border:none;
}
.comment__meta {
    padding: 15px;
    background: #fff;
}
.comment__content p {
    margin-bottom: 1px;
}

/** recent comments **/
.recent-comment {
    margin-bottom: 4px;
}
.recent-comment a {
    display: block;
    border: 1px solid #e0e7e9;
    box-shadow: 1px 1px #e8eff1;
    border-radius: 5px;
    padding: 7px 10px;
    background: #7d8dac;
    color: #fff;
}
.recent-comment a:empty {
    display:none;
}
.recent-comment a:hover {
    text-decoration: none;
    color: #e9f0f2;
}
.recent-comment small {
    margin-left: 10px;
    color: transparent !important;
}

.block-views-blockcomments-recent-block-1 h2 {
    box-shadow: 3px 3px #b9bdc5;   
}
.block-views-blockcomments-recent-block-1 .content {
    background-image: url(../../img/block-comments-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 3px 3px #b9bdc5;   
}

#comment-form #edit-preview {
    display: none;
}