.br-theme-bars-square-red .br-widget {
    height: 15px;
    white-space: nowrap;
}

.br-theme-bars-square-red .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid #efeff0;
    background-color: #efeff0;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.br-theme-bars-square-red .br-widget a.br-active {
    border: 2px solid #F7403A;
    background-color: #F7403A;
    color: #fff;
}

.br-theme-bars-square-red .br-widget a.br-current {
    border: 2px solid #C8102E;
    background-color: #C8102E;
    color: #fff;
}

.br-theme-bars-square-red .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-red .br-readonly a {
    cursor: default;
}

.br-theme-bars-square-red .br-readonly a.br-active,
.br-theme-bars-square-red .br-readonly a.br-selected {
    border: 2px solid #C8102E;
    color: #C8102E;
}

@media print {
    .br-theme-bars-square-red .br-widget a {
        border: 2px solid #F7403A;
        color: #fff;
    }

    .br-theme-bars-square-red .br-widget a.br-active,
    .br-theme-bars-square-red .br-widget a.br-selected {
        border: 2px solid #F7403A;
        color: #fff;
    }
}

@media(max-width: 767px)
{
    .br-wrapper.br-theme-bars-square-red {
        padding-right: 68px;
    }
}