*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.container {
	
}

.review_item {
	border-top: 1px solid #E8EAED;
	padding: 20px;
}

.review_item:nth-child(1) {
	border-top: 0;
}

.review_head {
	display: flex;
	padding: 0 0 10px 0;
}

.photo {
	
}

.photo a {
	float: left;
}

.photo img {
	height: 32px;
	width: 32px;
}

.name {
	margin-left: 10px;
}

.name a {
	float: left;
	text-decoration: none;
}

.name a:hover {
	text-decoration: underline;
}

.name div:nth-child(1) {
	color: rgba(0, 0, 0, 0.87);
}

.name div:nth-child(2) {
	color: rgba(0, 0, 0, 0.54);
}

.review_middle {
	color: rgba(0, 0, 0, 0.54);
	padding: 0 0 10px 0;
}

.review_middle span{
	font-size: 14px;
	margin-right: 5px;
}

.review_middle img{
	margin-right: .15em;
	color: #d1d1d1;
	height: 14px;
	width: 15px;
	margin: 0 1px;
	display: inline-block;
}

.review_body {
	color: rgba(0, 0, 0, 0.87);
}

.rate_block {
	padding: 20px;
	color: #70757A;
	font-size: 14px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.rate_block_left {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin-right: 24px;
}

.rate_block_right {
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.table_bucket {
	width: 100%;
}

.bucket_number {
	letter-spacing: 0.01428571em;
	font-family: Roboto, Arial,sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
	width: 20px;
}

.bucket {
	padding-left: 4px;
}

.bucket_background {
	border-radius: 4px;
	height: 8px;
	background-color: #E8EAED;
	overflow: hidden;
	-ms-high-contrast-adjust: none;
}

.bucket_fill {
	background-color: #FBBC04;
	border-color: #FBBC04;
	border-style: solid;
	border-width: 4px 1px;
	border-radius: 4px;
	width: 0;
}

.count_rating {
	font-family: "Google Sans Display",Roboto, Arial,sans-serif;
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 4rem;
	font-family: "Google Sans Display","Google Sans",Roboto, Arial,sans-serif;
}

.star_rating {
	
}

.star_rating ol {
	background: transparent;
	border: 0;
	border-radius: 0;
	font: inherit;
	list-style: none;
	margin: 0;
	outline: 0;
	overflow: visible;
	padding: 0;
	vertical-align: baseline;
}

.section_star {
	vertical-align: baseline;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 1px;
	background-size: 14px 14px;
	background-image: url(//maps.gstatic.com/consumer/images/icons/2x/ic_star_rate_14.png);
	background-repeat: no-repeat;
	-ms-high-contrast-adjust: none;
}

.section_star_half {
	background-image: url(//maps.gstatic.com/consumer/images/icons/2x/ic_star_rate_half_14.png);
}

.section_star_empty {
	background-image: url(//maps.gstatic.com/consumer/images/icons/2x/ic_star_rate_empty_14.png);
}

.gm2-caption {
	letter-spacing: 0.025em;
	font-family: Roboto, Arial,sans-serif;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1rem;
	color: #70757a;
}