.br-theme-bars-movie .br-widget {
  width: 100%;
  height: 20px;
  margin: 0 auto;
  text-align:center;
  display: table;
}
.br-theme-bars-movie .br-widget a {
  display: inline-block;
  width: 12%;
  height: 15px;

  background-color: #ecf0f1;
  margin: 1px;
}
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
  background-color: #3498db;
}
.br-theme-bars-movie .br-widget .br-current-rating {
  clear: both;
  width: 100%;
  text-align: center;
  font-weight: 700;
  display: block;
  padding: .5em 0;
  color: #222;
  display: table;
  overflow-wrap: break-word;
}
.br-theme-bars-movie .br-readonly a {
  cursor: default;
}
.br-theme-bars-movie .br-readonly a.br-active,
.br-theme-bars-movie .br-readonly a.br-selected {
  background-color: #729bf8;
}
.br-theme-bars-movie .br-readonly .br-current-rating {
  border: solid 1px black;
}
.br-theme-bars-movie .br-widget a.br-active:nth-child(1) {
  background-color: #e74c3c;
}
.br-theme-bars-movie .br-widget a.br-active:nth-child(2) {
  background-color: #f39c12;
}
.br-theme-bars-movie .br-widget a.br-active:nth-child(3) {
  background-color: #f1c40f;
}
.br-theme-bars-movie .br-widget a.br-active:nth-child(4) {
  background-color: #bdc3c7;
}
.br-theme-bars-movie .br-widget a.br-active:nth-child(5) {
  background-color: #2ecc71;
}
.br-theme-bars-movie .br-widget a.br-active:nth-child(6) {
  background-color: #3498db;
}
.br-theme-bars-movie .br-widget a.br-active:nth-child(7) {
  background-color: #9b59b6;
}
.br-theme-bars-movie .br-widget a.br-selected:nth-child(1) {
  background-color: #e74c3c;
}
.br-theme-bars-movie .br-widget a.br-selected:nth-child(2) {
  background-color: #f39c12;
}
.br-theme-bars-movie .br-widget a.br-selected:nth-child(3) {
  background-color: #f1c40f;
}
.br-theme-bars-movie .br-widget a.br-selected:nth-child(4) {
  background-color: #bdc3c7;
}
.br-theme-bars-movie .br-widget a.br-selected:nth-child(5) {
  background-color: #2ecc71;
}
.br-theme-bars-movie .br-widget a.br-selected:nth-child(6) {
  background-color: #3498db;
}
.br-theme-bars-movie .br-widget a.br-selected:nth-child(7) {
  background-color: #9b59b6;
}
@media print {
  .br-theme-bars-movie .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-movie .br-widget a.br-active,
  .br-theme-bars-movie .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-bars-movie .br-widget .br-current-rating {
    color: black;
  }
}
