.social-stars {
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 13px;
	margin-bottom: 12px;
	padding: 2px 4px;
}
.social-stars > * {
	font-size: 14px;
	line-height: 1.1;
	white-space: nowrap;
	vertical-align: middle;
}
.social-stars > .vote:after,
.social-stars > .rate:before {
	color: #000;
}
.social-stars > .rate:after,
.social-stars > .vote:before {
	color: #888;
}
.social-stars .stars {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	margin: -2px 6px;
}
.social-stars .stars a {
	text-decoration: none;
	cursor: pointer;
	padding: 0 4px;
	color: #ffd119;
	outline: 0;
}
.social-stars [data-text]:empty:after {
	content: attr(data-text);
}
.social-stars [data-text-after]:after {
	content: attr(data-text-after);
}
.social-stars [data-text-before]:before {
	content: attr(data-text-before);
}
.social-stars [data-empty-after]:empty:after {
	content: attr(data-empty-after);
}
.social-stars [data-empty-before]:empty:before {
	content: attr(data-empty-before);
}
.social-stars [data-exist-after]:not(:empty):after {
	content: attr(data-exist-after);
}
.social-stars [data-exist-before]:not(:empty):before {
	content: attr(data-exist-before);
}
