.stars{
	display:inline-block;
	font-size:32px;
	color:#ccc;
	transition:none ;
	text-shadow:1px 1px 1px #111;
}
.stars.selected, .stars.fill, .stars.tempfill{
	color:#F7F934;
}
.stars.unfill{
	color:#ccc !important;
}

.rating-container small.error{
	margin-top:-10px;
	width:160px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.past-rating i{
	color:yellow;
	font-size:20px;
	margin-right:2px;
}

.comments-entry{
	background:rgba(0, 0, 0, 0.25);
	border:2px solid #fff;
	border-radius:4px;
	box-shadow:inset 0 0 8px #000;
	margin:8px 4px;
	padding:8px;
}

.comments-entry h6{
	border:none;
	padding:0;	
	text-align: inherit;
}

.unprocessed-comments, .more-reviews, .visible-comments:not(.view-all) .comments-entry:nth-child(n+6){
	display:none;
}