/*
  ** Star Rating Made By Font Awesome
  ** @Author Osama
*/

.star-rating {
    display: inline-block;
    position: relative;
    top: 3px;
}

.internal-rating .star-rating .stars {
  padding-right: 3px
}

.internal-rating .star-rating .star:before {
  font-family: 'FontAwesome';
  content: "\f006";
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.internal-rating .star-rating .fullStar:before {
  font-family: 'FontAwesome';
  content: "\f005";
}

.internal-rating .star-rating .tmp_fs:before {
  color: #DDD !important
}

#ThePageRating {
    display: inline-block;
}