/* Edit View of Live Forms */
.ms-container.LiveForms {
    margin: 0 2.5rem;
    width: auto;
}

/* Specific 3-col layout for Parts Apply form */
.Field-Container-Wide > table:has([value="Maintenance Plan"]) {
  table-layout: fixed;
}

/* Fully hide sublabels that are empty */
.LiveForm.Default .Field .Field-SubLabel-Container:empty {
  display: none;
}
