.comment {
    position: relative;
}
.comment:before {
    display: block;
    content: " ";
    position: absolute;
    width: 6px;
    height: 72px;
    left: -15px;
}
.ls-comment--self:before {
    background: #effcf9;
}
.ls-comment--new:before  {
    background: #fbfba8;
}
.ls-comment--current:before  {
    background: #a5e7fa;
}
.ls-comment--bad:before  {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.ls-comment--bad:hover:before  {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ls-comment.ls-comment--deleted:before  { background: #efd5d5; }

/* Действия */
.ls-comment-actions li {
    float: left;
    font-size: 12px;
    margin: 10px 10px 0 0;
}
.ls-comment-actions li a {
    text-decoration: none;
}

/* Путь до комментария */
.ls-comment-path {
    background: #fff;
    color: #aaa;
    border-radius: 3px;
    padding: 3px 5px 2px;
    margin-bottom: 10px;
}