.trestle-table > thead > tr > th, .trestle-table > thead > tr > th > a {
  text-transform: capitalize;
}

.control-label:first-letter, h3:first-letter {
  text-transform: capitalize;
}

.nested-fields {
  border-left: 10px solid #dbdbdb;
  margin-bottom: 10px;
  padding-right: 35px;
  position: relative;
}
.nested-fields:first-child {
  margin-top: 0;
}

.remove_fields {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}

.read-button {
  text-align: end;
}
.read-button .btn {
  font-size: 1.5rem;
}
