    /* comments */
.comment-wrapper {
    margin-top: 5px;
}

.comment-hr {
    border-top: 1px solid #c0c0c0;
}

.comment-wrapper .comment-author img,
.comment-wrapper .default-avatar {
    width: 84px;
    height: 84px;
}

.comment-wrapper .comment-author a {
    border: none;
}

.comment-wrapper .media, 
.comment-wrapper .media-body {
    overflow: visible;
}

.comment-wrapper .media:after,
.comment-wrapper .media-body:after {
    content: '';
    clear: both;
    display: block;
}

.comment-wrapper .comment-body {
    min-height: 87px;
    position: relative;
    margin-left: 100px;
}

.comment-body .editable {
    margin-bottom: 40px;
}

.comment-body p {
    margin: 0 0 45px 0;
    font-size: 14px;
}

.comment-body hr {
    border: 1px solid #000;
    color: #000;
    background-color: #000;
}

.comment-wrapper .comment-footer {

}

.comment-at {

}

.comment-reply-display {
    float: left;
    margin-right: 15px;
}

.comment-vote {
    float: right;
    width: auto;
    margin: 0 25px 0 0;
}

.comment-wrapper button.btn-report {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.comment-wrapper .btn-report {
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.comment-wrapper .comment-options {
    border: none;
    cursor: pointer;
    color: #2d2d2d;
    margin-right: 5px;
}

.comment-wrapper .comment-options:hover {
    color: #f39c12;
}

.comment-replies-wrapper {
    margin-top: 5px;
    padding-left: 100px;
    padding-right: 0px;
    width: 100%;
    float: left;
}

.comment-replies {
    width: 100%;
    padding: 5px;
    background: transparent;
    min-height: 30px;
    display: none;
}

.comment-replies input[type='text'] {
    width: 550px;
}

.comment-reply {
    position: relative;
    font-size: 14px;
    float: left;
    padding: 5px;
    background: transparent;
    margin-top: 5px;
    width: 100%;
}

.comment-reply .comment-footer {
    margin-top: 15px;
}

.comment-replies-wrapper .first {
    margin-top: 0;
}

.hidden {
    display: none;
}

.comment-reply img,
.comment-reply .default-avatar {
    float: left;
    width: 32px;
    height: 32px;
}

.comment-reply .reply-body {
    margin-left: 37px;
    padding-bottom: 5px;
}

.replied-at {
    font-size: 12px;
    margin-left: 36px;
}

.more-comments {
    float: left;
    padding: 5px;
}

.comment-voting-button {
    cursor: pointer;
    color: #2d2d2d;
}

.comment-voting-button:hover {
    color: #f39c12;
}

.reply-body .comment-edit-textarea {
    overflow-y: hidden;
    white-space: pre-wrap;
    width: 550px;
    display: block;
}

.comment-replies textarea {
    overflow-y: hidden;
    margin-bottom: 2px;
    height: 38px;
}

#more-comments-loader {
    display:none;
}

#more-comments-loader,
#comments-loading {
    clear:both;
    text-align:center;
    padding-top:15px;
}

.comment-errors {
    display: none;
    color: #ff0000;
    padding: 5px 0 5px 0;
}

.add-comment {
    color: #b3b3b3;
    font-weight: normal;
    font-size: 21px;
    margin: 10px 0 0px 0;
}

