/******** SITE CLASS CSS ********/

div{
	margin-bottom:20px;
}

#results li, ol li{
	height:1%;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	padding:5px;
	margin: -5px 0;
	border:1px solid rgba(122,122,122,0.4);
	width:20px
}

#results li{
	background-image: url(_img/overlay.png);
	background-repeat: repeat-x;
	color:#f9f9f9;
	text-align:right;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.9);
	
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.9);
	box-shadow: 0 1px 3px rgba(0,0,0,0.9);
}

#labels, #results{
	padding:10px 0;
}

#results{
	border-left:5px solid #313131;
	margin-left:-5px;
}

#graph.vertical{
	padding:80px 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

ol li{
	width:auto;
	border:1px solid rgba(122,122,122,0);
	text-align: right;
}