.avatar-wrap {
    display: block;
    float:left;
    margin-right: 10px;
}

.commentColumn div.comment {
    border:0px;
    width:100%;
    box-sizing:border-box;
    margin-bottom: 20px;
}

.commentColumn div.comment.level-1 {
    padding-left: 60px;
}

.commentColumn div.comment .content-wrap {
    overflow:hidden;
    float:left;
    width:77%;
}

.commentColumn div.comment.level-2 .content-wrap {
    width:72%;
}

.commentColumn div.comment.level-3 .content-wrap {
    width:68%;
}

.commentColumn div.comment .content-wrap h6 {
    margin-top:0px;
}

.commentColumn .carmaBlock {
    float: right;
}

.commentColumn div.author {
    background:none;
}

.commentColumn div.commentContent p {
    margin:0;
}

.commentColumn .comment .actions {
    font-size:10px;
    visibility:hidden;
}

.commentColumn .comment .actions h6 {
    float:right;
    padding: 0 80px 0 0;
    margin:0;
}

.commentColumn .comment:hover .actions {
    visibility:visible;
} 


/* mini-comment-form */
.commentColumn div.miniComment {
    position: relative;
    display:none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.commentColumn div.miniComment img.avatar {
    display: block;
    width:25px;
    height: 25px;
    margin-right:10px;
    float:left;
}

.commentColumn div.miniComment form {
    position: absolute;
    left: 95px;
    width: 100%;
}

.commentColumn div.miniComment form input[name=commentText] {
    width:80%;
    height:19px;
}

.commentColumn div.miniComment form input[type=submit] {
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 25px;
}
/* end-mini-comment-form */


/* мобильные опции */
.MPV .commentColumn .miniComment input[type=submit] {
    display:none;
}

.MPV .commentColumn div.level-1 {
    padding-left:0;
    /*width:auto;*/
    width:100%;
}

.MPV .commentColumn div.comment .content-wrap {
    width:59%;
}

.MPV .commentColumn div.miniComment form {
    left:32px;
}

.MPV .commentColumn div.miniComment form input[name=commentText] {
    width:87%;
    border:1px solid #ccc;
}

.comments--eye {
    background: url(/images/icons/icons-author-page.transp.png) no-repeat;
    background-position-y: -33px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
}