.br-theme-bars-square .br-widget {
  height: 70px;
  white-space: nowrap;
}
.br-theme-bars-square .br-widget a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid #f3f3f3;
  background-color: white;
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #f3f3f3;
  font-weight: 600;
  background: #f3f3f3;
  background-image: url("/images/star-white.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {

}
.br-theme-bars-square .br-widget a.a1{
  background-color: #bb0d33;
  border-color: #bb0d33;
}
.br-theme-bars-square .br-widget a.a2{
  background-color: #ffa500;
  border-color: #ffa500;
}
.br-theme-bars-square .br-widget a.a3{
  background-color: #FFDC64;
  border-color: #FFDC64;
}
.br-theme-bars-square .br-widget a.a4{
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.br-theme-bars-square .br-widget a.a5{
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 100%;
  text-align: left;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #666666;
  font-size: 14px;
}
.br-theme-bars-square .br-readonly a {
  cursor: default;
}
.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
  border: 2px solid #f3f3f3;
  color: #f3f3f3;
}
@media print {
  .br-theme-bars-square .br-widget a {
    border: 2px solid #f3f3f3;
    color: #f3f3f3;
  }
  .br-theme-bars-square .br-widget a.br-active,
  .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid black;
    color: black;
  }
}
