.br-theme-fontawesome-stars{
  display: inline-block;  
}
.br-theme-fontawesome-stars .br-widget {
  height: 26px;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 24px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
  top: 5px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #dddddd;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #ffd300;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #ffba00;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  /* display: none; */
  font-size: 16px;
  line-height: 1em;
  /* float: right; */
  display: inline-block;
  padding: 0 0 0 10px;
  color: #336699;
  font-weight: bold;
}
