.comment {
    display: flex;
    padding: 20px 40px 20px 40px;
    border-bottom: 0.5px solid;
}

.comment-list> :first-child {
    border-top: 0.5px solid;
}

.author-image {
    padding: 10px;
}

.author-letter img {
    border-radius: 40px !important;
    height: 66px !important;
    width: 66px !important;
}

.comment-form .form-submit input#submit {
    font-size: 14px;
    font-weight: 500;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 23px 15px 23px;
}

.comment-form .form-submit {
    text-align: right;
}

.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    border-top: 0.5px solid #373737;
}

.timendate {
    display: none;
}

.old-comment b.fn,
.old-comment b.fn a {
    color: #373737;
}