html.es5, html.es5 body{
	background: #e2e2da !important;
}

.gr_reviews_container {
	background: #e2e2da !important;
	padding:0 15px 15px;
	box-sizing:border-box;
	float:left;
	width:100%;
	font-size:13px;
	font-family: 'Roboto Slab', Trebuchet MS, serif;
}
.gr_reviews_container img.escapedImg{
	width:100%;
}
.gr_reviews_container img.escapedImg.loadingImg{
	width:auto;
}

.gr_reviews_container .gr_rating{
	color:#d51918;
}

.gr_review_container{
	box-sizing:border-box;
	border-bottom:1px solid #cfcfcf;
	float:left;
	width:100%;
	margin:15px 0 0;
	padding:0 0 15px;
}
.gr_review_text{
	padding:15px 0 0;
}

.gr_separator,
.gr_review_date,
.gr_reviews_showing{
	display:none;
}

.gr_review_by a{
	font-weight:bold;
	color:#000;
}