.header_user_info {
    float: right;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
}

.header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px;
}

@media (max-width: 479px) {
    .header_user_info a {
        font-size: 11px;
    }
}

.header_user_info a:hover, .header_user_info a.active {
    background: #2b2b2b;
}

.header_user_info a {
    padding: 41px 9px 41px 8px;
}
.user_icon::before {
    content: "\f007";
    display: inline;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: left;
    padding: 0 15px 0 0;
}

.navbar-nav > li > a.login{
    padding: 19px 15px 20px 15px;
}

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