the ranks in my group all vanished one day, and i took a look at the css. i realized that the code for ranks had somehow broken. where I was supposed to see this,
a[href$="[member id]"]:before { content: "[Citizen]" !important; color: blue !important;}
i saw this.
a:before { content: "" !important; color: blue !important;}
and whenever i try to make ranks, it just breaks like this.