/* 
next block of code stops users from using socail media
logis eg facebook 
*/
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 
#socialLoginContainer, #idSocialLoginContainer {
	display: none !important;
} 
/* 
Following line removes the Cancel button on the 
send message to member form.  Its removed because
cancelling took the user back to the profile form 
*/
#FunctionalBlock1_ctl00_cancelButton{display: none;}
/* 
Following code changes attributes of the 
"upcoming events" gadget so that six events can be 
displayed on the home page
*/
.WaGadgetUpcomingEvents ul li {
 line-height: normal;
 font-size: 80%;
 margin-top: 8px;
 margin-bottom: 8px;}