app/src/components/AnalysisPane.module.css [34:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.base dt {
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
  font-size: 0.75em;
  /* padding-top: .6em; */
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.base dd {
  flex: 0 0 70%;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/src/components/SOAPReviewPane.module.css [25:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.base dt {
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
  font-size: 0.75em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.base dd {
  flex: 0 0 70%;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



