@CHARSET "UTF-8";

/*----------- Histogram -------------*/

.histogram {
	position: relative;
	width: 290px;
	margin-top: 10px;
}

.histogram .bar {
	width: 290px;
	height: 15px;
	font-size: 1em;
	margin: 1px;
}
.histogram .bar .label {
	width: 40px;
	height: 15px;
	float: left;
	text-align: right;
	color: #666;
}
.histogram .bar .barc {
	height: 15px;
	background-color: #c99;
	float: left;
	margin: 0 3px;
}
.histogram .bar .label2 {
	height: 15px;
	color: #aaa;				
	text-align: left;
}
