/*memberlist in profile*/
#community_container_user_profile .member_of_label{
display:block;
float:left;
clear:both;
width:100%;
padding:15px 0px 3px 0px;
font-size:15px;
font-weight:bold;
border-bottom: 1px dotted green;
}
#community_container_user_profile .user_account_member_list li{
display:block;
float:left;
clear:both;
padding:4px 0px;
}
#community_container_user_profile .user_account_member_list li a{
color:green!important;
font-size:12px;
}
/*rediger knapp*/
#community_container_user_profile .tools{
float:right;
margin-right:15px;
}
#community_container_user_profile .user_account_profile_info{
width:85%;
float:left;
}
