/* suppress display of forum subscription choices */
/*since we don't have forums                     */
#subscribeToForumsContainer, .fieldContainer .simpleTextContainer {
display: none;
}
/* suppress display of registration date */
#idEventRegistrationsViewSectionContainer #membersTable > thead tr th:first-child, #idEventRegistrationsViewSectionContainer #membersTable > tbody tr td:first-child {
    display: none;
}