.table-row {
  display: flex;
}
.table-cell {
  flex: 1; /* Equal width distribution */
}
