	
/*
#chart-wrapper {
	border: 1px solid black;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 100%;
	padding-top:10px;
}
*/

.count-wrapper {
	padding: 0px 0 5px 0;
}
.count-wrapper .count{
	font-size: 12px;
	/*
	line-height: 16px;
	height: 16px;
	*/
	padding: 5px 5px 5px 15px;
	width: 100%;
	
	border-radius: 2px;
}


.grade-distri-wrapper {
	float: left;
	opacity: 1.0;
}

.grade-distri-wrapper .count{
	font-size: 11.5px;
	font-size: 0.656rem;
	text-align: center;
	line-height: 14px;
	height: 14px;
	padding: 0px;
	width: 100%;
}	


/* custom color schemes for grading */
.defaultChartColors {
	background-color: #F0AD46;
	color: #ffffff;
}

.defaultChartColors.c0 {
	/* background-color: #377EB8; */
	background-color: #78b4e7; 	
}
.defaultChartColors.c1 {
	/* background-color: #E41A1C; */
	background-color: #d77062; 	
}
.defaultChartColors.c2 {
	/* background-color: #262626; */ 	
	background-color: #989898;
}




