.table td {
  padding: 0;
  border: none;
  /* min-width: 15rem; */
  max-width: 30rem;
  border-left: 1px solid gray;
}

.table tbody tr:nth-child(2n) {
  /* background-color: #d1eefc; */
  background-color: inherit;
}


.table tr td:first-child{
  padding-left: 1rem;
  min-width: inherit;
  max-width: none;
}

.date-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.2em;
  padding: 3px;
  border-top: 1px solid gray;
  color: gray;
}

.row-label {
  font-weight: normal;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  padding: 0 5px;
}
