.select-rating .br-widget {
    height: 30px;
}

.select-rating .br-widget a {
    display: block;
    height: 26px;
    float: left;
    background-color: #e3e3e3;
    margin: 2px;
    padding: 0px 6px;
    text-decoration: none;
	font-size: 12px;
    font-weight: 400;
    line-height: 2.2;
    text-align: center;
    color: #666;
}

.select-rating .br-widget a.br-active,
.select-rating .br-widget a.br-selected {
    background-color: #59a6d6;
    color: white;
}
