.rating-wrap {
    text-align: left;
    float: none;
}

.rating-wrap .rating-list-inner {
    height: 18px;
}

.rating-wrap .br-wrapper {
    display: inline-block;
}

.rating-message {
    display: none;
    font-size: 10px;
    line-height: 13px;
    margin-top: 4px;
    padding: 0;
}

.rating-list .rating-message {
    flex: 0 1 100%;
    text-align: center;
}

.rating-message.text-success {
    color: #28a745;
}

.rating-message.text-error, .rating-message.text-danger {
    color: #dc3545;
}

.rating-message.text-warning {
    color: #ffc107;
}

.rating-info {
    font-size: 10px;
    line-height: 13px;
    opacity: 0.8;
    margin-top: 4px;
    padding: 0;
}

.rating-mainpage .rating-info {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.rating-info > span {
    font-weight: bold;
}

.br-theme-css-stars .br-widget {
    height: 18px;
    white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 14px;
    float: left;
    font-size: 18px;
}
.rating-list-inner .br-theme-css-stars .br-widget a {
    margin-top: -2px;
}
.br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: #888;
    display: inline-block;
    height: 18px;
}
.br-theme-css-stars .br-widget a.br-active:after {
    content: "\2605";
    color: #ffbe00;
}
.br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: #ffbe00;
}
.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-css-stars .br-readonly a {
    cursor: default;
}
@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: black;
    }
    .br-theme-css-stars .br-widget a.br-active:after,
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: black;
    }
}
