/*hides post count stars next to your board info and other users' profiles*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

#boards_user_profile_stars,
.boards_thread_user_profile_stars,
.BoardStarLink {
display: none !important;
}

}