.br-theme-bars-1to10 .br-widget {
  width: 100%;
  height: 20px;
  white-space: nowrap;
}
.br-theme-bars-1to10 .br-widget a {
  display: block;
  width: 20px;
  padding: 5px 0;
  height: 20px;
  float: left;
  background-color: #bdc3c7;
  margin: 1px;
  text-align: center;
}
.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #bdc3c7;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  font-weight: 700;
  float: left;
  padding: 0 20px 0 20px;
  color: #222;
  font-weight: 400;
}
.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;
}
.br-theme-bars-1to10 .br-widget a.br-active:nth-child(1) {
  background-color: #95a5a6;
}
.br-theme-bars-1to10 .br-widget a.br-active:nth-child(2) {
  background-color: #f39c12;
}
.br-theme-bars-1to10 .br-widget a.br-active:nth-child(3) {
  background-color: #f1c40f;
}
.br-theme-bars-1to10 .br-widget a.br-active:nth-child(4) {
  background-color: #16a085;
}
.br-theme-bars-1to10 .br-widget a.br-active:nth-child(5) {
  background-color: #3498db;
}
.br-theme-bars-1to10 .br-widget a.br-active:nth-child(6) {
  background-color: #9b59b6;
}
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(1) {
  background-color: #95a5a6;
}
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(2) {
  background-color: #f39c12;
}
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(3) {
  background-color: #f1c40f;
}
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(4) {
  background-color: #16a085;
}
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(5) {
  background-color: #3498db;
}
.br-theme-bars-1to10 .br-widget a.br-selected:nth-child(6) {
  background-color: #9b59b6;
}

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