.Wrapper {
  display: flex;
}

.Label {
  flex-grow: 1;
  min-width: 200px;
}

.Value {
  margin-right: 10px;
  font-weight: bold;
}

.Label,
.Value {
  margin-top: 6px;
}

.LabelMargin {
  margin-left: 10px;
}

.Clickable {
  cursor: pointer;
}

.Clickable > .Label,
.Clickable > .Value {
  text-decoration: underline;
}
