.br-theme-wfm-stars .br-widget {
	height: 28px;
	white-space: nowrap;
}
.br-theme-wfm-stars .br-widget a {
	font: normal normal normal 20px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	box-shadow: none;
	margin-right: 2px;
}
.br-theme-wfm-stars .br-widget a:after {
	content: '\f006';
	color: #9f9fa0;
}
.br-theme-wfm-stars .br-widget a.br-active:after {
	content: '\f005';
	color: #fcb214;
}
.br-theme-wfm-stars .br-widget a.br-selected:after {
	content: '\f005';
	color: #00709e; 
}
.br-theme-wfm-stars .br-widget a.br-fractional:after {
	content: '\f123';
	color: #00709e;
}
.br-theme-wfm-stars .br-widget .br-current-rating {
	display: none; 
}
.br-theme-wfm-stars .br-readonly a {
	cursor: default;
}
.br-theme-wfm-stars .br-widget.br-readonly a.br-active:after, .br-theme-wfm-stars .br-widget.br-readonly a.br-selected:after, .br-theme-wfm-stars .br-widget.br-readonly a.br-fractional:after {
	color: #fcb214;
}
.br-theme-wfm-stars .br-reverse a.br-fractional {
	display: inline-block;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
@media print {
	.br-theme-wfm-stars .br-widget a:after {
		content: '\f006';
		color: black;
	}
	.br-theme-wfm-stars .br-widget a.br-active:after,
	.br-theme-wfm-stars .br-widget a.br-selected:after {
		content: '\f005';
		color: black;
	}
	.br-theme-wfm-stars .br-widget a.br-fractional:after {
		content: '\f123';
		color: black;
	}
}

.wfm-rating {
	display: flex;
	align-items: center;
}

.wfm-rating select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wfm-rating-hidden {
	display: none;
}
.wfm-rating-title {
	font-size: 14px;
	color: #666666; 
	height: 28px;
	padding-left: 12px;
}