.comment {
    background-color: #fff;
    border-top: 1px dashed #333;
    padding-top: 10px;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    position: relative;
}

.comment:hover {
    background-color: #e9e9e9;
}

.comment .pic {
    float: left;
    position: relative;
    margin-right: 20px;
    text-align: center;
    width: 62px;
}

.comment .pic img {
    border: 1px solid #808080;
}

.comment .pic .plusLabel60 img {
    border: none;
}

.comment .message {
    float: left;
    width: 565px;
    padding-right: 35px;
    padding-bottom: 15px;
}

.comment-reply-open {
    height: auto;
}

.comment-reply-close {
    height: 0px;
}

.comment-replies-open {
    display: block;
}

.comment-replies-close {
    display: none;
}

.load_more_disabled {
    display: none;
}

.load_more_enabled {
    display: block;
}

.replycomment {
    margin-left: 60px;
    border-left: 1px solid #3333335c;
    padding-left: 13px;
    padding-bottom: 10px;
    border-top: 0px;
}

.reply_cancel {
    margin-left: 5px;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 3px;
    font-size: 13px;
}

.replies_view_count {
    position: relative;
    top: 110px;
    height: 100%;
    width: 100%;
}

.comment .time_posted {
    height: 20px;
    line-height: 20px;
    color: #6f6f6f;
}

.comment_view_reply {
    position: relative;
    display: inline-block;
    top: -111px;
    left: 80px;
    height: 100%;
    width: 100%;
}

div.commentrating {
    float: left;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 24px;
}

div.commentrating a {
    display: block;
    width: 30px;
    height: 30px;
}

.pos {
    background: url(/static/ft/img/comments/btn_positiverating.png) right top no-repeat;
}

.neg {
    background: url(/static/ft/img/comments/btn_negativerating.png?v=1) right top no-repeat;
}

.pos:hover {
    background: url(/static/ft/img/comments/btn_positiverating.png) -30px top no-repeat;
}

.neg:hover {
    background: url(/static/ft/img/comments/btn_negativerating.png?v=1) -30px top no-repeat;
}

.pos.on {
    background: url(/static/ft/img/comments/btn_positiverating.png) left top no-repeat;
}

.neg.on {
    background: url(/static/ft/img/comments/btn_negativerating.png?v=1) left top no-repeat;
}

#commentkarma {
    text-align: center;
}

.replies_view_count_no_main_badge {
    position: relative;
    top: 111px;
}