/* Bold labels in Recipe (and all) edit/show forms. */
[data-css*="edit-form"] label,
[data-css*="show-record"] label {
  font-weight: 700;
}
