#chart_1{
		height: 300px;
		margin-bottom: 30px;
	}
	#chart_2{
		margin-left:10px;
		margin-bottom: 30px;
	}
	#chart_2 > table{
		width: 100%
	}
	#chart_2 td{
		text-align: center;
		padding-right: 10px;
		border-bottom: none;
		width:25%
	}
	#chart_2 td span{
		font-size: 450%;
        font-weight: bold;
        color: #8f1f52;
        vertical-align: middle;line-height: normal;
	}
	#chart_3{
		height: 300px;
		margin-bottom: 30px;
	}
	#chart_5{
		width:calc(50% - 5px);
		display: inline-block;
	}
	#chart_4{
		height: 300px;
		margin-bottom: 30px;
	}
	#chart_5{
		margin-left:10px;
		margin-bottom: 30px;
	}
	#chart_6, #chart_7{
		height: 300px;
		margin-bottom: 30px;
		padding: 20px;
		background-color: #FFF;
	}
	#chart_8, #chart_9{
		margin-bottom: 30px;
	}
	@media screen and (max-width: 768px) {
		#chart_1, #chart_2, #chart_4, #chart_5{
			width:100%;
		}
		#chart_2, #chart_5{
			margin-left:0;
		}
	}
	table.chart, table.chart2{
		margin-bottom: 0 !important;
		width: 100%;
	}
	table.chart tr:nth-child(1) td{
		background: rgb(229, 223, 236);
	}
	table.chart tr td{
		border-width: 1pt ; border-style: solid ; padding: 7px; color: black; font-weight: bold; border-color: rgb(229, 223, 236); width:50%; vertical-align: middle; text-align: center;
	}
	table.chart2 tr td{
		border-width: 1pt ; border-style: solid ; padding: 7px; color: black; border-color: rgb(229, 223, 236); vertical-align: middle; text-align: left; width: 33.33%;
	}
	table.chart2 tr td.b{
		font-weight: bold;
		background: rgb(229, 223, 236);
	}