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

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

.column-group-g {
  background-color: #1b6d85 !important;
}

.column-group-c {
  background-color: #67b168 !important;
}

.ag-keyboard-focus .column-group-g:focus::after,
.ag-keyboard-focus .column-group-c:focus::after {
  border-color: azure;
}

.button-bar {
  margin-bottom: 1rem;
}
