.userrank
{
                                display: block;
                                width: 100px;
                                margin: 2px 0 10px 45px;
                padding: 2px 0 3px 0;
                border: 1px solid @primaryLight;
                border-radius: 5px;
                background: @primaryLighterStill url('@imagePath/xenforo/gradients/tab-unselected-25px-light.png') repeat-x top;
                                text-align: center;
                                font: 11px verdana,sans-serif;
                text-decoration: none;
                color: @primaryMedium;
                text-shadow: 1px 1px 0 #fff;
                box-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
                outline: 0;
}