.highcharts-area {
  fill-opacity: 0.6;
}
.highcharts-xrange-series {
  fill-opacity: 0.6;
}
.highcharts-title {
  fill: #444;
}
.highcharts-button text {
  font-size: 1rem;
}
.highcharts-no-data > text {
  font-size: 2rem;
  text-align: center;
}

.highcharts-tooltip-box {
  fill: white;
  fill-opacity: 1;
  stroke: #004996;
  stroke-width: 1;
}
.highcharts-tooltip {
  color: #444 !important;
}

.highcharts-color-0 {
  fill: #aac3dc;
  stroke: #aac3dc;
  color: #aac3dc;
}

.highcharts-color-1 {
  fill: #fff203;
  stroke: #fff203;
  color: #fff203;
}

.highcharts-color-2 {
  fill: #004996;
  stroke: #004996;
  color: #004996;
}

.highcharts-color-3 {
  fill: #000000;
  stroke: #000000;
  color: #000000;
}

.highcharts-color-4 {
  fill: #ded9c9;
  stroke: #ded9c9;
  color: #ded9c9;
}
