.jquery-ratings-star {
  width: 15px;
  height: 15px;
  background-image: url('/images/empty-star.png');
  background-size: 15px;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 2px;
}

.jquery-ratings-full {
  background-image: url('/images/full-star.png');
}
.div_rating {
  width: 85px;
}
