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: #b5b5b5; 
    font-size: 12px;
    margin-top: 10px;
    padding-left: 165px;
}

div.vote-success{
    clear: both;
     color: #b5b5b5;
    font-size: 16px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-display: swap;
    margin: 5px 0 0 5px;
}