/* hide social buttons from the Authorization required system page*/
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}

/* hide social buttons from member profiles */
#socialLoginContainer, #idSocialLoginContainer {
    display: none;
}


.gadgetStyle001 .gadgetStyleTitle h4 {
    font-weight: normal;
}


<script type="text/javascript"> $(function() { if( $('.WaGadgetUpcomingEvents').size() ) { $('.WaGadgetUpcomingEvents a:contains("(session")').each(function() { var text = $(this).html(); var newText = text.replace(/(\s+\(session[\w\s]+\))/, ""); $(this).html(newText); } ); } }); </script>
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li:nth-child(7) ul { left: auto; right: 0; } .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li:nth-child(7) ul ul { left: auto; right: 100%; }

/* removes Your information heading from event registration form */
.captionOuterContainer .captionContainer .fieldBody h4 {
    display: none
}