.fmng_chart_container {
  position: relative;
}

.fmng_chart {
  height: 100%;
}

.fmng_chart_buttons {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.fmng_chart_buttons .disabled,
.fmng_chart_buttons :disabled,
.fmng_chart_buttons input[type=checkbox][disabled] {
  opacity: 0.4;
  cursor: pointer;
}