#username_logged_in .dropdown-contents {
	display: flex;
	flex-direction: column;
}

#linked_accounts {
	order: 1;
	margin: 0px -5px -5px -5px;
	padding: 1px 10px 2px 10px;
	border-top: none;
	font-weight: bold;
}

#linked_accounts + .separator {
	display: none;
}

#linked_accounts + .separator + li {
	border-top: 1px dotted #DCDCDC;
}

#linked_accounts li {
	padding: 5px 0;
}

#linked_accounts a {
	padding: 0;
}

#linked_accounts li:first-child {
	margin-top: 0;
}

#linked_accounts img,
#linked_accounts .avatar {
	max-height: 15px;
	width: 15px;
	margin-right: -1px;
	border-radius: 50%;
	    margin-top: -2px;
	    margin-right: 0px;
}

/*
 * Profile linked account list
 */
#profile_linked_accounts_list .avatar {
	max-height: 28px;
	width: 30px;
}

#profile_linked_accounts_list th {
	text-align: left;
}

#profile_linked_accounts_list .avatar_col {
	width: 33%;
}


#linked_accounts a:hover {
    text-decoration: none;
}

#linked_accounts a:focus {
    text-decoration: none;
}


.dropdown .dropdown-contents {
    z-index: 2;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    /*max-height: 300px;*/
    padding-top: 2px;
}













#profile_linked_accounts_list {
    display: none;
}




h2.memberlist-title100 {
    
    display:none;
    
    padding-left: 8px !important;
    padding-bottom: 0px !important;
    margin-bottom: 2px;
    padding-top: 1px;
}