.comments .comment {
    margin: 30px 0;
}

.comments .author,
.comments .time,
.comments .quoteLink,
.comments .thumbsVoting {
    float: left;
    margin-left: 10px;
}

.comments .author {
    margin-left: 0;
    font-weight: bold;
    text-decoration: underline;
    color: #3a3a3a;
}
.comments .time {
    font-size: 11px;
    color: gray;
    margin-top: 2px;
}
.comments .thumbsVoting {
    margin-left: 15px;
}

.comments .content {
    clear: both;
    padding-top: 7px;
    text-align: justify;
}
.comments .bookInfo {
    margin-top: 7px;
    font-size: 11px;
    color: gray;
}

/* стиль одного комментария, на который ссылается якорь в дресной строке */
.comments .comment:target {
    margin: 15px -10px;
    padding: 10px;
    border: 1px solid #99cc32;
    background: #e7fca8;
}
.comments .comment:target .time {
    color: green;
}
