<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FORM */
#rating {
    font-size: 48px;
    color: orange;
    display: inline-block;
    height: 48px;
    float: left;
}

#rating &gt; span {
    cursor: pointer;
}

#textRating {
    display: inline-block;
    height: 48px;
    line-height: 54px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
}

/* REVIEWS */
.blog-reviews::before,
.blog-reviews::after {
    content: "";
    display: table;
    clear: both;
}

.blog-reviews {
}

.blog-reviews ul {
    list-style-type: none;
    padding: 0;
}

.blog-reviews img {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog-reviews img.avatar {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 65px;
    width: 65px;
    height: 65px;
}

.blog-reviews .review {
    position: relative;
    border: none;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #6b6e80;
}

.blog-reviews .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.blog-reviews ul li {
    margin-top: 35px;
}

.blog-reviews h3 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}

.blog-reviews .reply {
    cursor: pointer;
}

.responseForms {
    width: 100%;
    padding-left: 85px;
}

.responseForms textarea {
    width: 100%;
}

.responseForms .buttonSend {
    float: right;
}

div#flavor-nav .spanStatistics {
    margin-right: 20px;
    cursor: pointer;
}

.review span.glyphicon-star {
    color: orange;
}

.reviewsStatistics, .reviewsStatistics th td {
    text-align: center;
}

.delete, .edit, .reply, .success {
    margin-left: 20px;
    cursor: pointer;
}

.countReviewsInBlock {
    display: inline-block;
    color: #FFFFFF;
    background-color: red;
    height: 20px;
    border-radius: 10px;
    padding: 0 6px;
    font-weight: 900;
}

.newReview {
    background-color: rgba(215, 44, 44, 0.2);
    background: rgba(215, 44, 44, 0.2);
    color: rgba(215, 44, 44, 0.2);
}

ul.dataList {
    margin: 20px;
}

.dataList li {
    margin-top: 0px !important;
}

li.keyData {
    font-weight: 600;
}

.block_complain {
    float: right;
    line-height: 36px;
    margin-right: 10px;
}

.block_complain__add {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dotted #000;
    display: inline-block;
    line-height: 1.42857143rem;
}

.block_golosovanie {
    float: right;
    padding: 5px;
}

.block_complain__add:hover {
    color: #337ab7;
    border-color: transparent;
}

.reviews_complain_bottom {
    width: 100%;
    display: inline-block;
}</pre></body></html>