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{
	display:inline-block;
    color: #0148AB;
    font-size: 18px;
	clear: both;
	margin: 4px 0 0 10px;
}

div.vote-success{
	padding-left:6px;
	display:inline;
	font-style:italic;
    clear: both;
    color: #00AF72;
    font-size: 18px;
    margin: 4px 0 0 10px;
}
@media (max-width:564px){
div.vote-wrap{
	margin-left:-9px;
}