/**** Profile ratings/reviews specific styles ****/

.rating-five-stars {
	unicode-bidi: bidi-override;
	direction: rtl;
	width: 200px;
}
.rating-five-stars > span {
	display: inline-block;
	position: relative;
	width: 1.1em;
}
.rating-five-stars.edit > span:hover:before,
.rating-five-stars.edit > span:hover ~ span:before {
	content: "\2605";
	position: absolute;
}

.dialog-cancel {
	margin-left: 4px;
}

.review-char-count-description {
	text-align: right;
}

.review-char-count-description span.red {
	color: red;
}

.review-char-count-description span.green {
	color: green;
}