.quote-imgs-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
}

.quote-imgs-thumbs--hidden {
    display: none;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid #777;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.rating {
    position: relative;
    font-size: 11px;
    display: inline-block;
}

.rating .empty-stars {
    color: #d9d9d9;
    text-shadow: none;
    width: 100%;
    white-space: nowrap;
}

.rating .filled-stars {
    color: #ffd84e;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-shadow: none;
    width: 100%;
    white-space: nowrap;
}

.comment-columns .book-text {
    height: 15rem;
}

a.btn-write-comment.popupCmt {
    color: #fff;
    background-color: #3a1c1a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.6rem 4rem 1.4rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    margin: 0 auto;
}

.wrap-button-comment {
    text-align: center;
}