ul.graph {
	margin: 0;
	overflow: visible;
	width: 300px;
}

ul.graph li {
	margin: 0;
}

ul.graph li.description {
	margin: 5px 0 20px;
}

ul.graph li.first, ul.graph li.second {
	width: 0;
}

ul.graph li.first {
	background: #6395da;
}

ul.graph li.second {
	background: #2d5791;
}

ul.graph li div {
	line-height: 28px !important;;
	position: relative;
}

ul.graph li div.info {
	background: #e7e7e7;
	color: #888;
	float: right;
	margin: -28px -60px 0 0;
	text-align: center;
	width: 60px;
}

ul.graph li div.percent {
	text-indent: -1000px;
}
