.star {
    float: right;
}

.fa-star.full,
.fa-star-half-alt {
    display: none;
}

.wrap-stars {
	float: left;
}

.wrap-stars[data-vote="1"] .star:hover {
    cursor: pointer;
}

.full, .empty, .half {
    color: #ffba34;
    font-size: 20px;
    width: 24px;
}

.wrap-stars[data-vote="1"]:hover .star .full,
.wrap-stars[data-vote="1"]:hover .star .half {
    display: none !important;
}

.wrap-stars[data-vote="1"]:hover .star .empty {
    display: block !important;
}

.wrap-stars[data-vote="1"] .star:hover .empty,
.wrap-stars[data-vote="1"] .star:hover .half,
.wrap-stars[data-vote="1"] .star:hover ~ .star .empty,
.wrap-stars[data-vote="1"] .star:hover ~ .star .half {
    display: none !important;
}

.wrap-stars[data-vote="1"] .star:hover .full,
.wrap-stars[data-vote="1"] .star:hover ~ .star .full {
    display: block !important;
}

.nb-votes {
    float: right;
    padding-left: 5px;
    font-size: 1.1em;
    color: #fff;
	padding-top: 5px;
}
