/* Hide the words - x left after clicking register */
.fieldSubContainer .fieldBody .availableRegistrationCount {
  display: none;
}

/* Hide the "Spaces Left"  Event Details Page */
.WaGadgetEvents .boxInfoContainer .eventInfoSpacesLeft{
 display: none;
}