.review-stars ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 18px;
  font-style: normal;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}

span.review-author {
    font-size: 17px;
    font-weight: bold;
}

#mapid { height: 450px; }