#social { 
margin : 10px; 
} 
div .plusone, .twitter, .fb-like { 
font-size : 1px; 
display : inline-block; 
} 
div .fb_reset { 
display : inline; 
} 

.itemAuthor
{
  display: none;
}
span.postedByLink
{
  display: none
}

h1 .pageTitle .legacyFunctionalSystemPageTitle {
color: #0000CC;
}


a#FunctionalBlock1_ctl00_ctl00_Membership_sharedMembershipLevelView_changeLevelButton {
    background: #0000FF;
    padding: 7px 40px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
}


/* fixes the row height for the member profile.  1-14-2024 Kimberly Reese */
#idCaptionContainer0.captionOuterContainer .fieldLabel:after,#idCaptionContainer0.captionOuterContainer .fieldBody h4:after {
    display: none
}
.fieldSubContainer {
    margin: 2px 0;
}


/* fixes button color and font color for member profile and other system pages.  1-14-2024 Kimberly Reese */
.WaGadgetContactProfile .topButtonsOuterContainer .topButtonsContainer .inner input.typeButton {
    background-color: #0000ff;
}

.captionOuterContainer .captionContainer .fieldBody h4 {
    color: #0000ff;
}

.generalFieldsContainer input[type=submit], .generalFieldsContainer input.typeButton {
    background-color: #0000ff;
}

/* fixes social media login options showing on System pages.  1-14-2024 Kimberly Reese */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 
#socialLoginContainer, #idSocialLoginContainer {
	display: none;
} 