
#comments-wrapper .filter-help {
    display: none;
}
#comments-wrapper #edit-preview {
    display: none;
}
#comments-wrapper {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 50px;
}
#comments-wrapper > h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-top: 0;
}
.indented {
    margin-left: 25px;
    padding-left: 20px;
}
.comments-list {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.comment {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 20px 20px 50px;
    position: relative;
    margin-top: 30px;
}
.comment .comment-avatar {
    position: absolute;
    top: 15px;
    left: -35px;
    padding: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.comment .comment-avatar:empty {
    display: none;
}
.comment .comment-avatar img {
    border-radius: 50%;
    display: block;
    max-width: 60px;
}
.comment .comment-author {
    margin-bottom: 20px;
}
.comment .comment-author span {
    display: block;
}
.comment .comment-author .author-name {
    color: #555;
    font-weight: bold;
}
.comment .comment-author .comment-date {
    color: #aaa;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}
.comment .comment-comment {
    position: relative;
}
.comment .links {
    position: absolute;
    top: 13px;
    right: 20px;
    margin: 0 !important;
}
.comment .permalink {
    bottom: 13px;
    position: absolute;
    right: 20px;
}
.comment .links > li {
    padding-left: 10px;
    padding-right: 10px;
}
.comment .links > li:last-child {
    padding-right: 0;
}
.comment-delete > a,
.comment-edit > a,
.comment-reply > a,
.permalink > a {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #ccc;
    text-indent: -9999em;
}
.comment-delete > a:hover,
.comment-edit > a:hover,
.comment-reply > a:hover,
.permalink > a:hover {
    color: #888;
    text-decoration: none;
}
.comment-delete > a:after,
.comment-edit > a:after,
.comment-reply > a:after,
.permalink > a:after {
    display: block;
    text-indent: 0;
}
.comment-delete > a:after {
    content: "\e020";
}
.comment-edit > a:after {
    content: "\e065";
}
.comment-reply > a:after {
    content: "\e095";
}
.permalink > a:after {
    content: "\e144";
}
.mark,
mark {
    bottom: 18px;
    right: 50px;
    line-height: 1;
    font-size: 90%;
    position: absolute;
    padding: 3px 10px;
    background-color: var(--comments-new-background);
}
