.race-info {
  display: flex;
  flex-direction: column;
}

.race-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}

.race-data {
  flex: 1;
  padding: 0 10px;
}

.race-type {
  font-weight: bold;
}


tr {
  text-align: left;
}
td {
  text-align: left;
  /* width: 33.33%;  */
}