.comments {
    margin: 16px;
}

.comments .avatar.small {
    width: 58px;
    height: 58px;
}

.comments .comment {
    border-bottom: 1px solid #e9e9e9;
}

.comments .answer-link {
    color: #74b840;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.comments .like-button {
    display: none;
    width: 80px;
}

.comments li.media:hover > .media-body > .comment > .block > .side-block > .like-button,
.comments div.media:hover > .media-body > .comment > .block > .side-block > .like-button{
    display: inline;
}

.comments .like-button .sprite-icons-like {
    margin-right: 10px;
    cursor: pointer;
    vertical-align: top;
}

.comments .like-button .sprite-icons-dislike {
    cursor: pointer;
    vertical-align: top;
}

.comments .block {
    position: relative;
    min-height: 60px;
}
.comments .block .text {
    width: 100%;
}

.comments .block .text,
.comments .block .side-block {
    display: table-cell;
}

.comments .block .text .comment-switch {
    display: none;
}
.comments .block .comment-alert {
    color: #555;
    width: 100%;
    display: block;
}

.comments .block .comment-alert .comment-low-rating-switch {
    font-style: italic;
}
.comment .block .text .comment-switch.on {
    display: block;
}

.comments .block .side-block {
    min-width: 85px;
    text-align: right;
    padding-left: 10px;
}

.comments .block .point {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-weight: bold;
}

.comments .block .point.green {
    color: #60ae24;
}

.comments .block .point.orange {
    color: #ff8e21;
}

.comments .media-list {
    padding-top: 15px;
}

.form-send-comment textarea {
    height: 112px;
    resize: none;
    font-size:16px;
}

.form-send-comment #send-btn,.form-send-comment #send-btn-m {
    float: right;
    margin-bottom: 12px;
    margin-top: 12px;
}

.media-heading .thin {
    font-weight: 100;
    font-size: 16px;
}

.media-heading .date {
    margin-left: 16px;
}

#comments-list {
    min-height: 50px;
}

#comments-list .media-heading a, #comments-list .media-heading a:hover, #comments-list .media-heading a:focus, #comments-list .media-heading a:active {
    color: black;
}
.commentComplaint{
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 100;
    border: none;
    background: transparent;
    padding: 0 !important;
}
.commentComplaint:hover{
    color: #ff8e21;
    font-weight: 600;
}

.commentsBan{
    color: #ff8e21;
    font-size: 16px;
    font-weight: bold;
    border: none;
    background: transparent;
    padding: 0 !important;
}

.moving-comments-form{
    margin-top: 10px;
}

.edit-link{
    cursor: pointer;
    font-size: 14px;
}

.delete-link{
    cursor: pointer;
}

.media .date{
    margin-right: 16px;
}
.user-rating{
    text-align: center;
}
.user-rating-label{
    color:#bbbbbb;
    font-size: 19px;
}
.user-rating-green{
    color:#60ae24;
}
.user-rating-red{
    color:#e62830;
}

.media.dark-grey {
    background: #e0e0e0;
    padding: 5px;
}
.media.dark-grey .comment {
    border-bottom: none;
}