[vue-entry="CoreVisualizations.SeriesPicker"] {
  display: inline-block;
}
.jqplot-seriespicker {
  display: inline-block;
  position: relative;
}
.jqplot-seriespicker:not(.open) {
  opacity: 0.55;
}
.jqplot-seriespicker.open {
  z-index: 1000;
}
.jqplot-seriespicker > a {
  display: inline-block;
  opacity: 0;
  position: absolute;
}
.jqplot-seriespicker-popover {
  position: absolute;
  top: -3px;
  left: -4px;
}
