#zlrecipe-rating a
{
  box-shadow: none;
}

.br-theme-css-stars .br-widget {
  height: 28px;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 2px;
}
.br-theme-css-stars .br-widget a:after {
  content: url("../images/fa-star-o.png");
}


.br-theme-css-stars .br-widget a.br-active:after {
  content: url("../images/fa-star.png");
}
.br-theme-css-stars .br-widget a.br-selected:after {
  content: url("../images/fa-star.png");
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}

.br-theme-css-stars .br-widget a.br-current-half:after {
  content: url("../images/fa-star-half-o.png");
}
