.header_user_info {
    float: right;
}
    .header_user_info a {
        color: #4d2e84;
        font-weight: bold;
        display: inline-block;
        padding: 8px 9px 11px 8px;
        cursor: pointer;
        line-height: 18px;
        font-family: Arial;
        font-size: 1.2em;
    }
    
    .header_user_info a i[class^="icon-"]{
        margin-right:5px;
    }
    
    .header_user_info a:hover,
    .header_user_info a.active {
        text-decoration:underline;
    }

@media (max-width: 530px) {
    .header_user_info {
        float: none;
        width:100%;
        text-align:center;
    }
}

/*# sourceMappingURL=blockuserinfo.css.map */
