span[class*=member]{
  font-weight: bolder;
}
span[class*=_male][class*=text]:before, span[class*=_female][class*=text]:before{
  content: ' ';
}
span[class*=_female][class*=text]:after{
  content: ' ';
}
span[class*=member][class*=value]{
  font-style: italic;
  /*color: rgba(0,0,255,0.8)*/
}
span[class*=member][class*=text]{
  color: rgba(0,0,0,0.7);
  /*text-decoration: underline;*/
}

span[class*=membercount_count_top][class*=value]:after{
  content: ' Mitglieder'
  /*text-decoration: underline;*/
}
