.star-rating{
	font-size: 0;
	margin: 20px 0 10px;
	
}


.star-score {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 10px;
	color: #FFB300;
}

.star-post-voited {
    display: inline-block;
    font-size: 1rem;
	vertical-align:top;
}

.star-rating__wrap{
	display: inline-block;
	font-size: 1.5rem;
	margin-right: 10px
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
	margin-bottom: 0;
}

.star-rating__input, label{
	margin-bottom: 0;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
	color: red;
}