/*Makes the icon a lot smaller*/
/*Intended to be used with fluid width, minimalizer, tiny search bar, and a big screen*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com") {

#boards_full_width_user_search {
min-height: 5px !important;
}

#boards_user_profile_stars,
#boards_user_profile_username {
display: none !important;
}

#boards_user_profile_container,
#boards_user_profile_icon {
width: auto !important;
height: auto !important;
clear: none !important;
background: none !important;
}

#boards_user_private_messages {
top: 25px !important;
left: 0px !important;
}

#boards_user_profile_icon img {
width: 40px !important;
height: 40px !important;
padding: 2px !important;
border: 1px solid #676570 !important;
background-color: #c1c2c9 !important;
}

#boards_user_profile_infobox {
margin-top: 25px !important;
margin-left: 9px !important;
background: rgba(193,194,201, 0.9) !important;
border: 1px solid rgba(103,101,112, 1) !important;
border-left-width: 0px !important;
-moz-box-shadow: 5px 6px 4px 0 rgba(0,0,0, 0.25),
                 inset 4px 5px 5px 0 rgba(193,194,201, 1);
-moz-border-radius: 0 0 0 50px/ 0 0 0 1px;
z-index: 10;
}


}