html,
body {
  height: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.5s ease;
  overflow: hidden;
  font-family: sans-serif;
}
.fl-controls-container {
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}
select {
  display: none;
}
input {
  font-family: inherit;
}
.flourish-popup {
  pointer-events: none;
}
.flourish-popup h1 {
  font-size: inherit;
  margin: 0;
}
.flourish-popup h2 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}
.flourish-popup h2 .name {
  font-weight: bold;
}
#series-filter {
  float: right;
  width: 200px;
  margin: 1em;
  font-size: 13px;
  height: 1.1em;
}
@media (max-width: 500px) {
  #series-filter {
    width: calc(100% - 2em);
    float: none;
  }
}
#graphic {
  display: block;
}
.bg rect {
  transition: fill 0.5s ease;
}
rect.selection {
  fill-opacity: 0.1;
  fill: orange !important;
}
.x-highlighter,
.data-elements .series .line,
.tick {
  pointer-events: none;
}
.data-elements .series .data-points path {
  shape-rendering: geometricPrecision;
}
.annotations {
  pointer-events: none;
}
.choices {
  width: calc(100% - 8px);
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0.5rem;
}
.choices .choices__inner {
  min-height: auto;
  padding: 2px 3px 0;
}
.choices .choices__inner .choices__item {
  margin-top: 2px;
  padding: 2px 5px;
  background: #adadad;
  border-color: #888;
}
.choices .choices__inner .choices__item .choices__button {
  border-color: #ccc;
  margin: 0 -4px 0 6px;
  padding-left: 10px;
}
.choices .choices__list--dropdown {
  width: calc(100% + 6px);
}

/*# sourceMappingURL=bundle.css.map */