For those who are interested in Riddlers' classic icons, you may notice that there is a few roles (ones made since 2014 when he posted it) that appear as blue: the Tinkerer, Cupid, Don, Toreador, and Psychic. I corrected this issue for myself.
All you have to do is edit the user style (by going to the stylisth tab, right-clicking on Classic Icons for EpicMafia, then hit edit) to do this:
Change the sprite sheet to
http://i.imgur.com/GORntOR.png:/*SPRITESHEET GOES HERE*/
.roleimg { background: url("http://i.imgur.com/GORntOR.png") !important; }
Add the following lines after the final role at the end of the script:
.role-psychic { background-position: 0px -2860px !important; }
.role-tinkerer { background-position: 0px -2880px !important; }
.role-cupid { background-position: 0px -2900px !important; }
.role-don { background-position: 0px -2920px !important; }
.role-toreador { background-position: 0px -2940px !important; }