div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
    float: left;
    cursor:  pointer;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
    display: none !important;
}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}


.rating {
    display:  flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}

.rating_text p, .rating_text span {
    color:  #737373;
    font-size:  12px;
    line-height: 15px;
}

.rating_text {
    margin-left: 5px;
}

.vote-wrap .vote-hover
{
    padding: 0 !important;
}