.comment {
	background: rgba(238, 238, 238, 0.7);
	position: relative;
}
.comment::after {
	content: "";
	position: absolute;
	width: 0;
	height: 10px;
	top: 0;
	left: 0;
	border-top: 0px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #72b738;
}
.comment-title {
	font-size: 10px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #72b738;
	margin-bottom: 12px;
}
.comment-title .star {
	font-size: 16px;
	
}
.pagination {
	padding: 10px 0;
	background: transparent !important;
}

.star {
	font-size: 20px;
	color: #72b738;
}
.stars-rating .star {
	font-size: 30px;
	width: 34px;
	text-align: center;
	cursor: pointer;
}
.text-primary {
	color: #72b738 !important;
}
.submit-rating {
	border-radius: 0;
}
.submit-rating.disabled {
	background: #72b738;
	border-color: #72b738;
}

@media (max-width: 767px) {
	
	.stars-rating .star {
		font-size: 25px !important;
	}

}