img#ajax-loading-animation {
  display: none !important;
}

.eb-container .input-large {
    width: 500px !important;
}

/* This allows the field CurrentMembershipTypeWithDiscount a.k.a Current Membership Type:
 * to show only the membership type they have. It is enabled only for current members. */
.radio:has(.necc-selectedradioonly:not(:checked))
{
  visibility: hidden;
}