.flex-table {
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
}

.flex-table td {
  width:75%;
  padding: .5em;
}

.flex-table td:first-child {
  width:25%;
  padding: .5em;
}

.flex-table tr {
  display: flex;
  flex: 1;
}

.flex-table tr:first-child {
}
