/** Tweaks to the admin theme to make forms nicer **/

/*
  Aligns form element labels and fields.
  So far just created for and used on the edit appointment form.
  /admin/structure/types/manage/appointment/form-display
 */

.compact-form .label,
.compact-form label {
    width:30%;
    float:left;
}
