.BarRating .br-widget a {
    color: #f9cb4b;
}

/* SQUARE */
.br-theme-bars-square .br-widget {
    height: 15px;
    white-space: nowrap;
}
.br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid #bbcefb;
    background-color: white;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: #bbcefb;
    font-weight: 600;
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #4278F5;
    color: #4278F5;
}
.br-theme-bars-square .br-widget .br-current-rating {
    clear: both;
    width: 330px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .5em 0;
    color: #646464;
}
.br-theme-bars-square .br-readonly a {
    cursor: default;
}
.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
    border: 2px solid #729bf8;
    color: #729bf8;
}
@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #b3b3b3;
        color: #b3b3b3;
    }
    .br-theme-bars-square .br-widget a.br-active,
    .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid black;
        color: black;
    }
}

/* Override */
.br-theme-bars-square .br-widget {
    height: 4rem;
}

.br-theme-bars-square .br-widget a {
    font-family: "Roboto", "Arial", sans-serif;
    width: 4rem;
    height: 4rem;
    border: 0.2rem solid #049803;
    background-color: transparent;
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 3.6rem;
    color: #049803;
    border-radius: 0.3rem;
}

.br-theme-bars-square .br-widget a:after {
    display: none;
}

/* @Szenti N/A nem kell már
.br-theme-bars-square .br-widget a:first-child {
    font-size: 2rem;
}
*/

.br-theme-bars-square .br-widget a.br-active {
    border: 0.2rem solid #f9cb4b;
    color: #f9cb4b;
}

.br-theme-bars-square .br-widget a.br-selected {
    background-color: #f9cb4b;
    border: 0.2rem solid transparent;
    color: #049803;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0.3);
}

.br-theme-bars-square .br-widget.br-readonly a:not(.br-current) {
    font-size: 0;
    color: transparent;
}
