/**
 * This is bad form, but we have a field, fieldable_panels_panes_path,
 * which was added (through a custom patch) to the Fieldable Panels Panes
 * entities.  We no longer want this, so we could either delete the instance
 * (probably preferrable, but dangerous) or we could just hide it.  We'll
 * do the latter.
 */
.field-name-fieldable-panels-panes-path {
    display: none;
}
