#idSectionEventRegistrationTypeSelectorContainer div[id*="spaceLimitContainer"] { 
    display: none; 
} 
#idSectionEventRegistrationTypeSelectorContainer .availableRegistrationCount { 
  display: none; 
} 
.eventRegistrationInfoSpacesLeft,
.eventInfoSpacesLeft {display: none;}
/* Universal force-override for all donation gadget descriptions and copy */
[class*="WaGadgetDonation"] *, 
[class*="waDonation"] * {
    font-size: 16px !important;
    line-height: 22px !important;
}
/* Change button links to solid Red ONLY on the Restore The Vision page */
#PAGEID_18165 a[class*="button"], 
#PAGEID_18165 a[class*="Button"], 
#PAGEID_18165 a[class*="btn"], 
#PAGEID_18165 a[class*="Btn"] {
    background-color: #D32F2F !important;
    background-image: none !important;
    color: #FFFFFF !important;
    border-color: #D32F2F !important;
}

/* Hover state ONLY on the Restore The Vision page */
#PAGEID_18165 a[class*="button"]:hover, 
#PAGEID_18165 a[class*="Button"]:hover, 
#PAGEID_18165 a[class*="btn"]:hover, 
#PAGEID_18165 a[class*="Btn"]:hover {
    background-color: #B71C1C !important;
    background-image: none !important;
    color: #FFFFFF !important;
    border-color: #B71C1C !important;
}