.rating-stars ul li i.fa-fw {
    width: 25px;
    padding-right: 3px;
}
.reviewer ul li i.fa-fw {
    width: 22px;
    padding-right: 2px;
}
/* Rating Star Widgets Style */
.reviewer ul,
.rating-stars ul {
	list-style-type:none;
	padding:0;
	margin: 15px 0px 0px 0px;
	text-align: left;
	-moz-user-select:none;
	-webkit-user-select:none;
}
.reviewer ul > li.star,
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1.60em; /* Change the size of the stars */
  color: #C4C4C4; /* Color on idle state */
}

.reviewer ul > li.star > i.fa {
  font-size: 1.50em; /* Change the size of the stars */
  color: #C4C4C4; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFB20F;
  cursor: pointer;
}

/* Selected state of the stars */
.reviewer ul > li.star.selected > i.fa,
.rating-stars ul > li.star.selected > i.fa {
  color:#FFB20F;
}
