/* a highlight colour for edited text fields */
.field-changed {
  background-color: gold;
}

/* a series of fixed widths for bootstrap buttons */
.fixed-width-medium {
    width: 150px !important;
}
