.highcharts-figure,
.highcharts-data-table table {
	/*  min-width: 310px; 
  max-width: 800px;*/
	margin: 1em auto;
}

#container {
	height: 400px;
}

.highcharts-data-table table {
	font-family: "Source Sans Pro", sans-serif !important;
	font-weight: 400;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #555;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
}

.highcharts-axis-labels * {
	text-decoration: none !important;
}

.chart_caption {
	display: flex;
	justify-content: space-between;
	justify-content: flex-end;
	margin: 0 0 30px;
	position: relative;
}

.slick-initialized .chart_caption { margin: 0; }

div.chart_caption>p:first-child,
.chart_caption>p.hidden {
	opacity: 0;
	pointer-events: none;
	margin-right: 20px;
	display: none;
}

.chart_caption p {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #333;
}

.chart_caption>div {
	margin:0 20px;
	flex: 1;
}
.chart_caption>p {
	/*max-width: 9em;*/ margin:0 20px; text-align: right;
}
.chart_caption>div p {
	font-weight: 400;
}

@media all and (max-width: 799px) {
	.chart_caption>div {
		margin: 0 0 20px;
	}
	.chart_caption {
		display: block;
		text-align: center
	}
	.chart_caption>p { max-width: none !important; text-align: center;}

	.chart_caption>p:first-child,
	.chart_caption>p.hidden {
		display: none;
	}
}