@import url("base.css");
@import url("commenti.css");


.poll_title span {
	font-size: 130%;
	font-weight: bold;
}

.graph {
	margin: 0.5em 0;
}

.graph .graph_bar{
	overflow: visible;
	text-align: right;	
	height: 1.3em;
	margin: 0.2em 0 0.4em 0;	
}

.pollbox {
	margin-bottom: 1em;	
}


.pollbox .title{
	font-size: 130%;
	display: block;		
}

