/* Add here all your CSS customizations */
@media only screen and (max-width: 767px){
    .userbox a{
        height: 40px;
        width: 150px;        
    }
    .userbox .name, .userbox .role {
        max-width: 100px;
    }
}