/* line 10, app/assets/stylesheets/trestle/_custom.scss */
.trestle-table > thead > tr > th, .trestle-table > thead > tr > th > a {
  text-transform: capitalize;
}

/* line 14, app/assets/stylesheets/trestle/_custom.scss */
.control-label:first-letter, h3:first-letter {
  text-transform: capitalize;
}

/* line 18, app/assets/stylesheets/trestle/_custom.scss */
.nested-fields {
  border-left: 10px solid #dbdbdb;
  margin-bottom: 10px;
  padding-right: 35px;
  position: relative;
}

/* line 25, app/assets/stylesheets/trestle/_custom.scss */
.nested-fields:first-child {
  margin-top: 0;
}

/* line 30, app/assets/stylesheets/trestle/_custom.scss */
.remove_fields {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}

/* line 37, app/assets/stylesheets/trestle/_custom.scss */
.read-button {
  text-align: end;
}

/* line 39, app/assets/stylesheets/trestle/_custom.scss */
.read-button .btn {
  font-size: 1.5rem;
}
