H1[class*=SystemPageTitle]
{
  display: none;
} 

.typeInstruction{
color: #7C7A7A !important;
font-size: 13px !important;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

.WaGadgetMenuHorizontal .menuInner{
float: left;
}

/*SOCIAL LOGIN BUTTONS HIDE*/
.WaGadgetAuthorizationRequired .openAuthFormContainer {
    border-right: none;
    max-width: 0px;
    padding-right: 40px;
    display: none;
}

/*PADDING TO SOCIAL LOGIN BUTTONS HIDE*/
.WaGadgetAuthorizationRequired .authFormContainer {
    padding-left: 0;
}
 
To remove the login buttons from the member directory personal profiles (at the bottom):
 
/*MEMBER SOCIAL LOGIN BUTTONS HIDE*/
#socialLoginContainer, #idSocialLoginContainer {
	display: none;
} 

.waPaymentSystemIcon.Amex {
 display:none;
 }