h3 {
  width: 86%;
  margin: 3.5rem auto 0;
  padding: .75rem;
  background-color: #69c;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
h3:first-child {
  margin-top: 2rem
}
h5 {
  width: 84%;
  margin: 1rem auto .25rem;
  padding: .5rem;
  background-color: #9cf;
  color: #369;
  text-align: center;
  font-weight: normal;
}
.sdd-chart-panel {
  padding: 1rem;
  width: 80%;
  margin: 0 auto;
}
.tab-pane {
  padding: 1rem 0;
}
.highcharts-chart {
  text-align: center;
}
.highcharts-chart svg.highcharts-loader {
  margin: 3rem auto;
  width: 50px;
  height: 40px;
  fill: #ccc;
}
.highcharts-chart {
  min-width: 320px;
  max-width: 600px;
  height: 300px;
  overflow: visible !important;
  margin: 2rem auto;
}
.sdd-chart-panel .highcharts-chart {
  margin: 0 auto 2rem;
}

.highcharts-container {
  overflow: visible !important;
}
.highcharts-data-table {
  text-align: center;
}
.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 0.9em;
}
.highcharts-container .highcharts-data-table table {
  margin: 1rem auto;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.25em 0.5em;
    min-width: 100px;
}
.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #eff;
}
.highcharts-data-table caption {
    caption-side: top;
    border: 0 none;
    font-size: 1.1em;
    font-style: italic;
    white-space: nowrap;
}
.highcharts-jsondata {
  margin-top: 2rem;
  font-family: monospace;
  font-size: 11px;
}