.post-ratings {
	width: 100%;
	opacity: 1;
	line-height: 20px; /* xhark custom */
	display: inline;
}

.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}

.post-ratings-image {
	border: 0;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
	border: 0;
	padding: 0;
	margin: 0;
}

.post-ratings-text {
	display: inline;
	font-weight: bold;
	background-color: #009fdf;
	color: #fff;
	padding: 3px 6px;
}

.post-ratings-text:empty {
	display:none;
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}
