/* Rating Star Widgets Style */
.rating-widget{
    margin-top:15px;
}
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

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

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36 !important;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
#stars{
    margin-left:0;
    display:inline-block;
    margin-right:15px;
}
.rating_info{
    display:inline-block;
}
#rating_result{
    display:none;
}
#rating_result .text-message, #rating_result img{
    display:inline-block;
    vertical-align:middle;
}