app/src/components/AnalysisPane.module.css [16:42]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.base dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  flex: 1;
  align-items: baseline;
}

.base dt,
.base dd {
  flex: 0 0 30%;
  margin: 0;
  padding: 0.25em 0;
  box-sizing: border-box;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

.base dt {
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
  font-size: 0.75em;
  /* padding-top: .6em; */
  text-transform: uppercase;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/src/components/ExportPane.module.css [110:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.base dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  flex: 1;
  align-items: baseline;
}

.base dt,
.base dd {
  flex: 0 0 30%;
  margin: 0;
  padding: 0.25em 0;
  box-sizing: border-box;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

.base dt {
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
  font-size: 0.75em;
  /* padding-top: .6em; */
  text-transform: uppercase;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



