
/* Hide the attendees section in event page for health-sciences*/
.health-sciences.NewEvents section[class*="-eventStyles-section"] {
    display: none;
}

/* Hide the RSVP buttons in event page for health-sciences */
.health-sciences.NewEvents fieldset[class$="-radioInputAsButtons"] {
    display: none;
}