#membership-accordion > span#remove-member.glyphicon.glyphicon-remove {
	color: #D0021B;
	right: -32px !important;
	top: -20px;
	padding-right:5px;
	cursor:pointer;
}

#membership-accordion > a.dropdown-toggle {
	padding-left: 32px !important;
}

#memberName {
	width: 110px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

/* Override the Navigation Menu in themes to fix FC-99863 */
html>body div#wrapper header#banner #mainNav ul.navbar-nav>li.dropdown ul.dropdown-menu li>a,
html>body div#wrapper header#banner #mainNav ul.navbar-nav>li.dropdown ul.dropdown-menu li ul.dropdown-menu.sub-menu>li>a {
	height: auto;
	line-height: 15px;
	width: 200px;
}