.br-theme-bars-square .br-widget {
  height: 35px;
  white-space: nowrap;
  text-align: center;
  position: relative;
  padding-right: 35px;
}
.br-theme-bars-square .br-widget a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid #E1E1E1;
  background-color: #E1E1E1;
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #FFF;
  font-weight: 600;
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #C6C6C6;
  color: #FFF;
  background: #C6C6C6;
}
.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #000;
}

.br-theme-bars-square .br-widget .br-current-rating {
  font-size: 20px;
  line-height: 26px;
  padding: 0 5px 0 0;
  color: #999;
  font-weight: 400;
  width: 30px;
  border-left: none;
  box-sizing: border-box;
  text-align: right;
  position        : absolute;
  right           : 0;
  top             : 0;
}

.answered .br-theme-bars-square .br-widget .br-current-rating {
  color: #000;
}

.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 #729bf8;
  color: #729bf8;
}

.answered .br-theme-bars-square .br-widget a.br-active,
.answered .br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #48B505;
  color: #FFF;
  background: #48B505;
}
@media print {
  .br-theme-bars-square .br-widget a {
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
  }
  .br-theme-bars-square .br-widget a.br-active,
  .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid black;
    color: black;
  }
}
