.chart-wrapper {
  display: flex;
  flex-direction: column;
  border: 2px solid darkslategray;
  height: 410px;
  overflow: hidden;
}

.chart-wrapper-top {
  height: 50px;
  padding: 10px;
  text-align: center;
}

.chart-wrapper-title {
  font-weight: bold;
}

.chart-wrapper-body {
  height: 100%;
}
