.comments-area {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}

.comments-area h2.comments-title,
.comments-area h3.comment-reply-title {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 30px;
}

.comments-area .comment-list {
    margin-bottom: 40px;
}

.comments-area .comment-list ul {
    padding-left: 0;
}

.comments-area .comment-list .media-left img {
    max-width: none;
}

.comments-area .comment-reply-title {
    margin-bottom: 30px;
}

.comments-area .media .media-heading {
    font-size: 14px;
    font-weight: 600;
}

.comments-area .comment-author {
    display: inline-block;
}

.comments-area .comment-metadata:before {
    content: '—';
}

.comments-area .comment-metadata {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300;
    color: #999;
}

.comments-area .comment-metadata a {
    color: #999;
}

.comments-area .comment-metadata .comment-edit-link {
    margin-left: 10px;
    color: #008489;
}

.comments-area .comment-content {
    font-weight: 300;
}

.comments-area .comment-content p {
    margin-top: 0;
    margin-bottom: 10px;
}

.comments-area .comment-list li {
    margin-top: 20px;
}

.comments-area .required-field-message {
    display: none;
}
