#ProfileMenu {background-color:rgba(255,255,255,0.5); margin-left:5px; margin-right:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; margin-bottom:20px}


#ProfileMenu {font-size:12px; text-transform:uppercase; overflow:hidden; display:flex; flex-wrap:wrap}

#ProfileMenu a {color:#397100; border-bottom-width:3px; border-bottom-style:solid; border-bottom-color:transparent; transition-property:border-bottom-color; }


#ProfileMenu a.selected,
#ProfileMenu a:hover {border-bottom-color: #397100}



#ProfileMenu a {padding:10px; padding-bottom:7px; background-color:white}

#ProfileMenu a + a {border-left:1px solid rgba(0,0,0,0.05);}