.morgan-chart,
.morgan-super-chart {
	min-height: 320px;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.morgan-super-chart {
		min-width: 200px !important;
	}
}

.morgan-chart {
	min-height: 400px;
}

.morgan-super-chart .highcharts-container {
	margin: 0 auto !important;
}

.morgan-super-chart .highcharts-point {
	fill: #e8e8e8
}

.morgan-super-chart .highcharts-title {
	fill: #888787 !important;
	font-size: 24px !important;
	font-weight: 900 !important;
}

@media (min-width: 1024px) {
	.morgan-super-chart .highcharts-title {
		font-size: 28px !important;
	}
}

@media (min-width: 1400px) {
	.morgan-super-chart .highcharts-title {
		font-size: 44px !important;
	}
}

.morgan-super-chart .highcharts-data-labels .highcharts-label > text {
	font-size: 16px !important;
}

.morgan-super-chart .highcharts-data-labels .highcharts-text-outline {
	display: none;
}

.morgan-super-chart .highcharts-data-labels .highcharts-label:last-child {
	display: none;
}

.morgan-super-chart-table {
	border-collapse: collapse;
}

.morgan-super-chart-table td {
	padding: 0 3px;
}

.morgan-super-chart-table .table-label {
	height: 14px;
	width: 14px;
	margin-right: 5px;
}
