.ratingStars {
	cursor: pointer;
}
.ratingStars i {
	color: rgba(0, 26, 52, 0.12);
	cursor: pointer;
}
.ratingStars i.hover, .ratingStars i.selected {
	color: #ba122b;
}
.starsText {
	color: gray;
	font-size: 0.9rem;
	margin-top: 0.8rem;
}
.commentBlock {
	width: 100%;
	max-width: 600px;
	margin: 2rem auto 0;
}
.textareaBlock .textareaName {
	position: absolute;
	top: 4px;
	left: 0.8rem;
	color: gray;
}
.textareaBlock textarea {
	padding-top: 1.5rem;
}
.sendReview {
	cursor: pointer;
}
.textareaBlock .textareaName.write {
	transform:translateX(-16px) scale(.75);
}