.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.toolPanel {
  text-align: center;
}

.slider {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 40px);
  height: 18px;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid lightgray;
  border-radius: 5px;
  background-color: white;
  font: 12px Verdana, sans-serif;
}

.slider input {
  height: 1.8em;
  flex: 1 1 auto;
  padding: 0; /* IE11 */
}

.slider-value {
  margin: 0 5px;
}

#myChart {
  height: 100%;
}
