.br-theme-bars-pill .br-widget {
    white-space: nowrap;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
}

    .br-theme-bars-pill .br-widget a {
        /*padding: 1px 12px;*/
        background: #fff;
        color: rgb(51, 51, 51);
        text-decoration: none;
        font-size: 16px;
        line-height: 3;
        text-align: center;
        font-weight: bold;
        border-width: 1px 0px 1px 1px;
        border-color: #c8c8c8;
        border-style: solid;
        display: table-cell;
    }

.br-widget a:nth-of-type(1).br-selected, .br-widget a:nth-of-type(1):hover {
    background: #d5682d !important;
    color: #fff
}

.br-widget a:nth-of-type(2).br-selected, .br-widget a:nth-of-type(2):hover {
    background: #eab130 !important;
    color: #fff
}

.br-widget a:nth-of-type(3).br-selected, .br-widget a:nth-of-type(3):hover {
    background: #e0ea65 !important;
    color: #fff
}

.br-widget a:nth-of-type(4).br-selected, .br-widget a:nth-of-type(4):hover {
    background: #c0ca43 !important;
    color: #fff
}

.br-widget a:nth-of-type(5).br-selected, .br-widget a:nth-of-type(5):hover {
    background: #88bc50 !important;
    color: #fff
}

.br-widget a:nth-of-type(6).br-selected, .br-widget a:nth-of-type(6):hover {
    background: #7BAD7E;
    color: #fff
}

.br-widget a:nth-of-type(7).br-selected, .br-widget a:nth-of-type(7):hover {
    background: #599D61;
    color: #fff
}

.br-widget a:nth-of-type(8).br-selected, .br-widget a:nth-of-type(8):hover {
    background: #498D4D;
    color: #fff
}

.br-widget a:nth-of-type(9).br-selected, .br-widget a:nth-of-type(9):hover {
    background: #428B60;
    color: #fff
}

.br-widget a:nth-of-type(10).br-selected, .br-widget a:nth-of-type(10):hover {
    background: #216E40;
    color: #fff
}

.br-widget a:nth-of-type(11).br-selected, .br-widget a:nth-of-type(11):hover {
    background: #27894F;
    color: #fff
}

.five-rati .br-widget a:nth-of-type(2).br-selected, .five-rati .br-widget a:nth-of-type(2):hover {
    background: #e09730;
}

.five-rati .br-widget a:nth-of-type(3).br-selected, .five-rati .br-widget a:nth-of-type(3):hover {
    background: #f3ca30;
}

.five-rati .br-widget a:nth-of-type(4).br-selected, .five-rati .br-widget a:nth-of-type(4):hover {
    background: #c0ca43;
}

.five-rati .br-widget a:nth-of-type(5).br-selected, .five-rati .br-widget a:nth-of-type(5):hover {
    background: #74b551;
}

.br-theme-bars-pill .br-widget a:last-child {
    border-right: 1px solid #c8c8c8;
}
.br-theme-bars-pill .br-widget a:hover {
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
    color: white;
}

.br-theme-bars-pill .br-readonly a {
    cursor: default;
}

.br-theme-bars-pill .br-readonly a.br-active,.br-theme-bars-pill .br-readonly a.br-selected {
    background-color: #7cead1;
}

@media print {
    .br-theme-bars-pill .br-widget a {
        border: 1px solid #b3b3b3;
        border-left: none;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .br-theme-bars-pill .br-widget a.br-active,
        .br-theme-bars-pill .br-widget a.br-selected {
            border: 1px solid black;
            border-left: none;
            background: white;
            color: black;
        }

        .br-theme-bars-pill .br-widget a:first-child {
            border-left: 1px solid black;
        }
}
