/* AG Grid style overrides - loaded after AG Grid CDN styles */

/* Vertical centering for cells with custom row heights */
/* See: https://stackoverflow.com/questions/53540630/ag-grid-table-vertical-align-middle */
.ag-cell-wrapper {
  height: 100%;
}
