/* @import 'https://code.highcharts.com/css/highcharts.css'; */


@media screen {
	.highcharts-title {display: none; margin-bottom: 2em; font-size: 1em!important;}
}
@media print {
/* 	.highcharts-title {display: block; margin-bottom: 2em; font-size: 1em!important;} */
	.container {height: auto!important;}
	
}
.highcharts-background{fill: transparent !important;}

/* 
.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  fill: black;
}
 */
.datalabel {font-size: 1.1em!important;}

.highcharts-data-labels .highcharts-data-label text,
.highcharts-data-labels .highcharts-data-label text tspan {
	font-size: 1.1em!important;
	color: contrast;
}
.highcharts-legend-item > text {font-size: 1.1em!important;}

.highcharts-axis-labels.highcharts-xaxis-labels text{font-size: 1.1em !important;}

.highcharts-tooltip tspan{
/* 	stroke: #000 !important; */
/* 	fill: #000 !important; */
	font-size: 1.1em !important;
}




@media screen {
	.container {
		max-width: 800px;
		margin: 0 auto;
	}
	.height-2 {height: 200px;}
	.height-3 {height: 300px;}
	.height-35 {height: 350px;}
	.height-4 {height: 400px;}
	.height-5 {height: 500px;}
	.height-6 {height: 600px;}
	.height-7 {height: 700px;}
	.height-8 {height: 800px;}
	.height-9 {height: 900px;}
	.height-10 {height: 1000px;}
}
