<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.br-wrapper.br-theme-bootstrap-stars {
    width: auto;
    float: left;
    margin: 0 0;
    padding: 0 0;
}

.br-theme-bootstrap-stars .br-widget {
    width: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .br-theme-bootstrap-stars .br-widget a {
        font: normal normal normal 18px/1 'Glyphicons Halflings';
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        margin-right: 2px;
    }

.br-theme-bootstrap-stars .br-widget a:after {
    content: '\e007';
    color: #ffc600;
}

.br-theme-bootstrap-stars .br-widget a.br-active:after {
    content: '\e006';
}

.br-theme-bootstrap-stars .br-widget a.br-selected:after {
    content: '\e006';
}

.br-theme-bootstrap-stars .br-widget .br-current-rating {
    display: none;
    float: left;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
    line-height: 32px;
}

.br-theme-bootstrap-stars .br-widget.br-readonly .br-current-rating {
    display: none;
}

@media print {
    .br-theme-bootstrap-stars .br-widget a:after {
        content: '\e007';
        color: black;
    }

    .br-theme-bootstrap-stars .br-widget a.br-active:after,
    .br-theme-bootstrap-stars .br-widget a.br-selected:after {
        content: '\e006';
        color: black;
    }
}

.br-widget.br-readonly a {
    cursor: default;
}
</pre></body></html>