/* Hide headers */
th[aria-label="Registration"],
th[aria-label="Accommodation"],
th[aria-label="Travel"] {
  display: none;
}

/* Hide table body cells */
#GroupMembersTable td:nth-child(7),   /* Registration */
#GroupMembersTable td:nth-child(9),   /* Accommodation */
#GroupMembersTable td:nth-child(10) { /* Travel */
  display: none;
}

/*hides registrations, functions, travel from group inventory page - niki*/
#registrations, #travel-bookings, #hotel-bookings-options {
display:none;
}

/* Hide "Space Only" option */
#Construction option[value="SpaceOnly"] {
  display: none;
}