#wv-wrapper {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 3px;
}
#vote-percentage {
	width: 100%;
	height: 6px;
	float: left;
	padding: 1px;
	margin-top: 15px;
	position:relative;
	overflow: hidden;
	border-radius: 3px;
	color: #444;
	background: #0d0f14;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.85) inset;
	border-bottom: 1px solid rgba(255,255,255, .06)
}
#percentage-filled {
	min-width: 6% !important;
	height: 4px;
	text-align: right;
	border-radius: 3px;
	color:#fff;
	background: #ffd302;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
#wv-wrapper .btnVote {
	width: 49%;
	float: left;
}
#wv-wrapper .btnVote:hover, #wv-wrapper .btnVote:active, #wv-wrapper .vote-selected, #wv-wrapper .vote-selected:hover  {
	color: #fff;
}
#wv-wrapper #vote-positive.vote-selected {
	background-color: #3aa64c;
	color: #d9ffdf;
}
#wv-wrapper #vote-negative.vote-selected {
	background-color: #a63a3a;
	color: #f2dada;
}

#wv-wrapper .btnVote .fa {
	color: #8e8e8e;
	font-size: 14px;
	left: 0;
	top: 2px;
}
#wv-wrapper .btnVote span {
	text-indent: 12px;
}

#not-rated{
	display:block;
	font-size:10px;
	text-align:center;
}
#wv-wrapper #likes-dislikes {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 95%;
	color: #7a8299;
}
#wv-wrapper #likes-dislikes .likes {color: #b5bfde;}