#easy-google-places-reviews .review-item .review-stars ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}

#easy-google-places-reviews .review-item .review-stars ul li {
  float: left;
  margin-right: 5px;
  width: initial !important;
  padding: initial;
}

#easy-google-places-reviews .review-item .review-stars ul li i {
  color: #E4B248;
  font-style: normal;
  font-size: 15px;
}
#easy-google-places-reviews .review-item .review-stars ul li i.inactive {
  color: #c6c6c6;
}
#easy-google-places-reviews .review-item .review-star:after {
  content: "\2605";
}
#easy-gplaces-reviews-but{
  font-weight: bold;
  padding: 5px 8px;
  height: 27px;
  line-height: 27px;
}

#easy-gplaces-reviews-but.default{
  color: #444;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#easy-gplaces-reviews-but.red{
  color: #fff;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
  border: 1px solid #D14836;
}
#easy-gplaces-reviews-but.blue{
  color: #fff;
  background-color: #4D90FE;
  background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
  border: 1px solid #3079ED;
}

