/*Puts usernames on top of icons*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

.boards_thread_user_profile_info {
margin-top: -15px !important;
}

.boards_thread_user_profile_container {
position: relative !important;
padding-top: 34px !important;
}

.boards_thread_user_profile_info a:first-child {
position: absolute;
top: 14px;
right: 8px;
font-size: 10pt;
}


}
