.highcharts-tooltip table {
	margin: 0!important;
	padding: 0!important;
}

.highcharts-tooltip table th,
.highcharts-tooltip table tr td,
.highcharts-tooltip table tr {
	background-color: #e63888!important;
	background-color: rgba(0,0,0,0)!important;
	font-weight: 400;
	line-height: 2px;
}

.highcharts-tooltip table tr {
	color: white;
	text-transform: capitalize;
}
