.comment-block form.comment{
    width: 300px;
}

.comment-block form.comment .row{
    margin-bottom: 1em;
}

.comment-block form.comment input.txt,
.comment-block form.comment textarea{
    width: 100%;
    box-sizing: border-box;
}

.comment-block form.comment textarea{
    height: 100px;
}

.comment-block .comments .comment{
    margin-bottom: 1em;
    border-bottom: 1px #D0D0D0 solid;
    padding-bottom: 1em;
}

.comment-block .comments .comment .top .name{
    font-weight: bold;
}

.comment-block .comments .comment .top  .date:before{
    content: ", ";
}

.comment-block .comments .comment .top{
    margin-bottom: .5em;
}

.comment-block .comments .comment .top .date{
    font-size: 12px;
}

.comment-block .comment .admin{
    margin-bottom: 0.5em;
    font-size: 12px;
}


.comment-block .comment .admin .deactivate{
    color: red !important;
    border-color: red;
}

.comment-block .comment.deactivated{
    background: #FFC0C0;
    padding: 1em;
}

.comment-block .comment.deactivated:after{
    content: "Скрыт";
    color: red;
    font-weight: bold;
}

.comment-block .comment .admin .deactivate:after{
    content: "Скрыть";
}

.comment-block .comment .admin .del:after{
    content: "Удалить";
}

.comment-block .comment .admin .blockUser:before{
    content: "Заблокировать пользователя";
}

.comment-block .comment .admin .blockUser span{
    font-weight: bold;
}

.comment-block .comment .admin .edit:after{
    content: "Изменить";
}

.comment-block .comment.deactivated .admin .deactivate:after{
    content: "Показать";
}

.comment-block .comment .admin a:hover{
    text-decoration: none !important;
}

.comment-block .notauthtext .__label:after,
.comment-block .error .__label:after
{
    content: "отзывы"
}

.comment-block .success .__label:after{
    content: "отзыв добавлен"
}

.comment-block button.submit:after{
    content: "Оставить отзыв";
}


.comment-block .comment .textarea{
    display: none;
}

.comment-block .comment.editable .textarea{
    display: block;
    margin-top: 1em;
    border: 1px #008000 dotted;
    padding: 1em;
}

.comment-block .comment.editable .textarea .submit:after{
    content: "изменить";
}