.show-review {
	margin-bottom: 30px !important;
}

.reviews-lbl  {
	display: inline-block;
	font-weight: bold;
	width: 100px;
}

.reviews-select {
	width: 190px;
}

label.error {
	color: red;
	font-weight: normal;
	padding-top: 2px;
}

#add_review_form_container {
	display: none;
	margin-top: 30px;
}

.d3_reviews_container .d3_review {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}

.d3_reviews_container .d3_review:first-child {
	border-top: 1px solid #E5E5E5;
}

.d3_reviews_container .d3_review h1 {
	margin: 0;
	margin-bottom: 15px;
}

.d3_reviews_container .d3_review p {
	padding-top: 15px;
}

.d3_reviews_container .d3_review .rating,
.d3_reviews_container .d3_review .reviewer-info {
	display: inline-block;
	position: relative;
}

.d3_reviews_container .d3_review span {
	font-weight: bold;
}

.d3_reviews_container .d3_review .rating ul {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.d3_reviews_container .d3_review .rating ul li {
  display: inline;
  font-size: 12px;
}

.d3_reviews_container .d3_review .rating ul li span.highlighted {
  color: gold;
}

.d3_reviews_container .d3_review .rating ul li span {
  color: #b4b5b3;
}

.hidden {
	display: none;
}

.d3_reviews_container .d3_review .review_source {
	position: absolute;
	top: 22.5px;
	right: 5px;
}

.d3_reviews_container .d3_review .review_source img {
	max-width: 22px;
}

.d3_reviews_container .d3_review .review_source .fa-facebook {
	color: #3b5998;
}

.d3_reviews_container .d3_review .review_source .fa-google {
	color: #dc4e41;
}

.d3_reviews_container .d3_review .review_source .fa-yelp {
	color: #af0606;
}
.d3_reviews_container .d3_review .review_source .fa-comment {
	color: #35465c;
}

.d3_reviews_container .review-navigation {
	float: right;
}

.d3_reviews_container .review-navigation a {
	padding: 15px;
}

@media (max-width: 480px) {
	.d3_reviews_container .d3_review h1 {
		text-align: center;
	}
	.d3_reviews_container .d3_review .rating {
		display: block;
		padding-bottom: 5px;
		text-align: center;
	}
	.d3_reviews_container .d3_review .reviewer-info {
		display: block;
		text-align: center;
	}
}
