/*hides accommodation, travel from group inventory page - cent hm */
#hotel-bookings-options, #travel-bookings, #hotel-bookings {
display:none;
}

/*Import Contacts */
#layout > div.main-content > div.main-action-buttons > div:nth-child(2) > button {
display: none;
}

#GroupMembersTable_wrapper thead > tr > th:nth-child(n+9), #GroupMembersTable_wrapper tbody > tr > td:nth-child(n+9){
display: none;
}

#FilterForm {
display: none;
}