.highcharts-data-table {
  background-color: #fff;
  padding: 1em;
  margin: 2em 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.highcharts-data-table table caption {
  margin-bottom: 1em;
}
.highcharts-data-table table tr * {
  border-bottom: 1px solid;
}
.highcharts-data-table table tr *:first-child {
  text-align: left;
}
