/*This sheet gets included before skin styles*/

#footer span{
	display: none;
}
.percent_bar{
	background-color: black;
	height: 26px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.vote_cell{
	width: 20px;
	height: 20px;
}
.vote_cell img:hover{
	border: 2px solid yellow;
}