.chart {
	height: 200px;
	margin: 0px;
	padding: 0px;
}






.total-content{
	padding-top: 10px;
}
.total-content h3{
	font-size: 2rem;
	text-align: center;
	padding: 11px 15px;
	color: #333;
	margin: 0;
}
.total-content table{
	font-size: 1.5rem;
}
.total-content table thead{
	color: #333;
	background-color: #fff;
}
.total-content table tr{
	line-height: 4.4rem;
}
.total-content table tbody{
	background-color: #fff;
}
.total-content table tfoot{
	text-align: center;
	background-color: #f1f1f1;
	font-weight: bold;
}
