.quill-linkhay-editor comment-quote,
.quill-linkhay-editor div.comment-quote {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: 3px solid #f0eac9;
    padding: 14px;
    word-break: break-word;
}

.quill-linkhay-editor comment-quote span[contenteditable="false"] {
    display: inline-table;
    width: 100%;
}
.quill-linkhay-editor comment-quote button.btn-quote-comment-delete {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: transparent url(../../../../quill-editor/plugins/images/icons/icon-remove-line.svg) 0 0 no-repeat;
    display: block;
    border: none;
    cursor: pointer;
}
.quill-linkhay-editor comment-quote .quote-comment-username,
.quill-linkhay-editor div.comment-quote .quote-comment-username {
    font-weight: bold;
}
.quill-linkhay-editor comment-quote > span:before {
    background: url('quote.svg');
    width: 15px;
    height: 11px;
    display: inline-block;
    content: '';
}
.quill-linkhay-editor comment-quote .quote-comment-header {
    margin-left: 15px;
}
.quill-linkhay-editor comment-quote .quote-comment-content {
    margin-left: 30px;
    margin-right: 0px;
    float: left;
    width: 547px;
    display: block;
}
.quill-linkhay-editor[rel="edit"] comment-quote .quote-comment-content {
    width: 470px;
}
.quill-linkhay-editor[rel="reply"] comment-quote .quote-comment-content {
    width: 508px;
}

.quill-linkhay-editor div.comment-quote .quote-comment-header {
    float: left;
}
.quill-linkhay-editor div.comment-quote .quote-comment-content {
    float: left;
    display: inline-table;
    margin-top: 10px;
    margin-left: 15px;
}

.quill-linkhay-editor div.comment-quote:after {
    content: '';
    display: block;
    clear: both;
}

.quill-linkhay-editor div.comment-quote .comment-info {
    margin-bottom: 5px;
}

.quill-linkhay-editor div.comment-quote .comment-focus {
    position: absolute;
    bottom: 14px;
    right: 14px;
}
