.comments .media-list .media:last-of-type { margin-bottom: 40px; }
.comments.loading .media-list { position: relative; min-height: 200px; }
.comments.loading .media-list:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background-color: rgba(240, 240, 240, 0.5); background-image: url(images/bx_loader.gif); background-repeat: no-repeat; background-position: center; }
.comment-content + .comments-list { margin-top: 10px; }
.comments .comment-actions { position: absolute; top: 0; right: 0; }
.comments .comment-actions .reply-link { position: static; margin-right: 15px; }
.comments .comment-actions .comment-vote { margin-right: 10px; }
.comments .comment-actions .comment-vote:hover { color: #ef5350; }
.comments .comment-actions .votes_num { margin-right: 5px; }
.comment-respond > h3 > .fa-times { cursor: pointer; }
[name][required].not_valid { outline: 1px solid red; }