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

#pieChart {
  flex: 1;
}

#myGrid {
  flex: 1;
}
