/* CSS code to remove "Recurring Payments" text in application gadget */
.levelRecurring {
display:none;
}

.boxInfoContainer h5
{ display: none;}

.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

SPAN.postedByLink
{
  display: none
}

.WaGadgetBlogStateList .boxBodyInfoContainer .postedByComment
{
display: none;
}

span.postedByComment 
{
display: none
}

.WaGadgetRecentBlogPosts ul li .date
{ display: none; }

.eventRegistrationInfoSpacesLeft,
.eventInfoSpacesLeft {display: none;}

#idSectionEventRegistrationTypeSelectorContainer div[id*="spaceLimitContainer"] { 
    display: none; 
} 
#idSectionEventRegistrationTypeSelectorContainer .availableRegistrationCount { 
  display: none; 
}