.br-theme-bars-1to10 .br-widget {
  height: 30px;
  white-space: nowrap;
  text-align: center;
}

.br-theme-bars-1to10 .br-widget a {
  display: block;
  width: 4%;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color: #fbedd9;
  border-right: 2px solid #F7F7F7;
  text-align: center;
  box-sizing: border-box;
}

.odd .br-theme-bars-1to10 .br-widget a {
  border-right: 2px solid #F4F4F4;
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #EDB867;
}

.answered .br-theme-bars-1to10 .br-widget a {
  background-color: #E5E5E5;
}

.answered .br-theme-bars-1to10 .br-widget a.br-active,
.answered .br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #A3A3A3;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
  font-size: 20px;
  line-height: 28px;
  float: left;
  padding: 0 20px 0 20px;
  color: #333;
  font-weight: 400;
  width: 10%;
  border-left: 2px solid #F7F7F7;
  box-sizing: border-box;
  text-align: right;
  float: right;
}

.odd .br-theme-bars-1to10 .br-widget .br-current-rating {
  border-left: 2px solid #F4F4F4;
}

.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;
  }
}
