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;
}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}
.WorkMeta-shares {margin:50px auto;width:165px; text-align:center}
.v_rating {margin-top: 20px;height: 30px;float:left; margin-bottom:20px}
@media only screen and (max-width: 800px) {
.WorkMeta-shares {width:100%;}
.v_rating {margin-top: 20px;height: 30px; margin-bottom:20px; width:100%; float:none;}	
}