.br-theme-bars-1to10 .br-widget {
  height: 50px;
  white-space: nowrap;
}


/*----------------------------------------------*/
.br-theme-bars-1to10 .br-widget a {
  display: block;
  width: 21px;
  padding: 5px 0;
  height: 21px;
  float: left;
  background-color: #edb867;
  margin: 1px;
  text-align: center;
  border-radius: 3px;
  opacity: 0.2;
}

.br-theme-bars-1to10 .br-widget a:nth-child(1) {
  background-color: #F76164; 
}

.br-theme-bars-1to10 .br-widget a:nth-child(2) {
  background-color: #F76164; 
}

.br-theme-bars-1to10 .br-widget a:nth-child(3) {
  background-color: #F89E63; 
}

.br-theme-bars-1to10 .br-widget a:nth-child(4) {
  background-color: #F89E63; 
}

.br-theme-bars-1to10 .br-widget a:nth-child(5) {
  background-color: #F8DA60; 
}

.br-theme-bars-1to10 .br-widget a:nth-child(6) {
  background-color: #F8DA60; 
}

.br-theme-bars-1to10 .br-widget a:nth-child(7) {
  background-color: #81C363; 
}

.br-theme-bars-1to10 .br-widget a:nth-child(8) {
  background-color: #81C363; 
}

.br-theme-bars-1to10 .br-widget a:nth-child(9) {
  background-color: #81C363; 
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected{ 
  opacity: 1;
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(1),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(1){
  background-color: #F76164; 
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(2),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(2){
  background-color: #F76164;
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(3),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(3){
  background-color: #F89E63;
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(4),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(4){
  background-color: #F89E63;
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(5),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(5){
  background-color: #F8DA60;
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(6),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(6){
  background-color: #F8DA60;
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(7),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(7){
  background-color: #81C363;
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(8),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(8){
  background-color: #81C363;
}

.br-theme-bars-1to10 .br-widget a.br-active:nth-child(9),
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(9){
  background-color: #81C363;
}
/*----------------------------------------------*/


.br-theme-bars-1to10 .br-widget .br-current-rating {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 22px;
  
  line-height: 1;
  float: left;
  /*padding: 0 20px 0 5px;*/
  padding: 0 0 0 10px;
}
.br-theme-bars-1to10 .br-readonly a {
  cursor: default;
}
.br-theme-bars-1to10 .br-readonly a.br-active,
.br-theme-bars-1to10 .br-readonly a.br-selected {
  background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly .br-current-rating {
  color: #f2cd95;
}
@media print {
  .br-theme-bars-1to10 .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-1to10 .br-widget a.br-active,
  .br-theme-bars-1to10 .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-bars-1to10 .br-widget .br-current-rating {
    color: black;
  }
}


.br-wrapper.br-theme-bars-1to10 {
  margin-top: -7px;
  height: 25px;
}
