.ratw {
    float       : left;
    width       : 80px;
    font-weight : bold;
    }
.br-theme-css-stars .br-widget {
    float       : left;
    height      : 28px;
    white-space : nowrap;
    }
.br-theme-css-stars .br-widget a {
    margin-right    : 0;
    width           : 18px;
    height          : 18px;
    text-decoration : none;
    font-size       : 25px;
    }
.br-theme-css-stars.in.ges .br-widget a {
    font-size : 21px;
    cursor    : default;
    }
.br-theme-css-stars.in .br-widget a {
    font-size : 15px;
    cursor    : default;
    }
.br-theme-css-stars.newsbewertung.in .br-widget a {
    font-size : 25px;
    }
.br-theme-css-stars.votes .br-widget a {
    font-size : 30px;
    }
.br-theme-css-stars .br-widget a:after {
    color   : #333;
    content : "\2605";
    }
.br-theme-css-stars.in .br-widget a:after {
    color   : #aaa;
    content : "\2605";
    }
.br-theme-css-stars .br-widget a.br-active:after {
    color : darkorange;
    }
.br-theme-css-stars .br-widget a.br-selected:after {
    color : darkorange;
    }
.br-theme-css-stars.in .br-widget a.br-selected:after {
    }
.br-theme-css-stars .br-widget .br-current-rating {
    display : none;
    }
@media print {
    .br-theme-css-stars .br-widget a:after {
        color   : black;
        content : "\2606";
        }
    .br-theme-css-stars .br-widget a.br-active:after,
    .br-theme-css-stars .br-widget a.br-selected:after {
        color   : black;
        content : "\2605";
        }
    }
