.form-group.required > label:after {
  content: " *";
  color: red;
}

.not-set {
  color: #c55;
  font-style: italic;
}

.description-col {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
