.TRelationType[data--mode="display"] > div {
  text-align: center;
}

.Icon.Person {
  background-image: url("UserInterface.Icon.Person.svg");
}

.Icon.Organization {
  background-image: url("UserInterface.Icon.Organization.svg");
}

.TRelationType .EnumerationField[data--mode="edit"] span.Caption {
  display: inline-block;
}

.TRelationType span.Caption {
  display: none;
}

.Suggest.edit > .TRelationType > .Values > .Value div:nth-last-child(2),
.Suggest:not(.edit) > .TRelationType > .Values > .Value div:nth-last-child(1) {
  font-size: 0.75em;
}
