.ListBorderRight {
  border-right: 2px solid #f9f9f9;
}

.List li {
  padding: 4px;
  display: block;
  background: #fff;
  min-height: 42px;
}

.List > li:nth-child(even) {
  background: #f9f9f9;
}

.List li span {
  font-size: var(--label-font-size);
  color: var(--label-color);
  font-weight: bold;
}

.List li p {
  margin-top: 2px;
  font-size: var(--input-font-size);
  color: var(--label-color);
}

.EditableValue {
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px dashed;
}
