.navbar-nav:not(.navbar-right) li:nth-child(2) {
    display: none;
}

#FilterForm {
    display: none;
}

.main-action-buttons div:nth-child(2) {
    display: none !important;
}

#Action option[data-module="Cancel"] {
    display: none !important;
}

#group-members table th:nth-child(7),
#group-members table td:nth-child(7),
#group-members table th:nth-child(8),
#group-members table td:nth-child(8),
#group-members table th:nth-child(9),
#group-members table td:nth-child(9),
#group-members table th:nth-child(10),
#group-members table td:nth-child(10) {
    display: none;
}