.review-stars ul {
  display: inline-block;
  list-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;

}
#schema {display: none;}

.review-stars{
	margin-bottom: 0px;
padding-bottom: 0px;
	text-align: center;
}

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

.review-stars ul li i {
  color: #E4B248;
  font-size: 30px;
		font-style: normal;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
		font-style: normal;
}
.star:after {
  content: "\2605";
}
.review-text {
	background-color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
	 overflow:hidden;
  line-height: 1.5rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
	max-height: 3rem;


}
.review-meta {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}