body {
  background-color: #fff;
}

#datasets {
  position: absolute;
  left: calc(50vw - 62.5px);
  top: 60px;
  display: none;
  box-sizing: border-box;
  height: 30px;
  margin: 0;
  padding: 3px 35px 3px 7px;
  color: #555;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.28571em;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  background-image: url("arrow-down.svg"),
    -webkit-gradient(linear, left top, right top, from(#455a64), to(#455a64));
  background-image: url("arrow-down.svg"),
    linear-gradient(90deg, #455a64, #455a64);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 30px 30px, 30px 30px;
  border: 2px solid #455a64;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
}

.highcharts-subtitle {
  visibility: hidden;
}

@media only screen and (min-width: 800px) {
  #datasets {
    top: 43px;
  }
  .highcharts-subtitle {
    visibility: visible;
  }
}

#hcContainer {
  position: relative;
  pointer-events: none;
}


.highcharts-background {
  background-color: transparent;
  transform: translateY(100px);
}

.highcharts-series-group,
.highcharts-exporting-group,
.highcharts-background,
.highcharts-reset-zoom {
  pointer-events: auto;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}