I would like to say the way you do the user flairs is ugly. If you guys want the CSS code for better flairs just ask and I will give them. It is pretty simple.
/* "This gives the background with the font for the text of the flair. */
a:before{background: #f8f8f8;border: 1px solid #e6e6e6;border-radius: 2px;color: #000000;line-height: 150%;margin-right: 3px;padding: 2px 4px;vertical-align: middle;}
/* "This is the flair itself and needs to be added for each individual mod */
a[href$="/user/UsernameHere"]:before { background: #HexColorCodeHere;content: "Flair Text Here"; }
/* This makes it so flairs don't show up at the top of the page. */
a[title="Profile"]:before,a.upvoatsGiven:before{content:none;}
All flairs you do have to between the background line(top one) and the bottom line.
[–] [deleted] 0 points 1 point 1 point (+1|-0) ago
[–] HomerSimpson 0 points 1 point 1 point (+1|-0) ago
Mod flairs:
All flairs you do have to between the background line(top one) and the bottom line.
The way we do user flairs is as follows
This also has to in between the two lines above.
Other questions just ask.