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

#myGrid {
  flex: 1 1 0px;
  width: 100%;
}

.number {
  text-align: right;
}

.ag-row-level-0 {
  font-weight: bold;
}

.ag-row-level-1 {
  color: darkblue;
}

.ag-row-level-2 {
  color: darkgreen;
}
