.header_user_info {
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
}
.header_user_info a:link, .header_user_info a:visited {
    cursor: pointer;  
    color: #3d3d3d;
    padding: 0 10px;
    background-color: #EFEFEF;
    padding: 0 10px;
    margin-top: 8px;
    border-radius: 3px;
    position: relative;
    line-height: 30px;
    display: block;
}
.header_user_info a:hover, .header_user_info a:active {
    color: #fff;
    background-color: #18B597;
}
.header_user_info > a.login:first-child:before, .header_user_info > a.logout:first-child:before {
    content: "\f023";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #3d3d3d;
    padding-right: 3px; 
}
.header_user_info > a.login:hover:first-child:before, .header_user_info > a.logout:hover:first-child:before {
    content: "\f13e";
    color: #fff;
}
@media (max-width: 992px) {
    .header_user_info {
        float: left;
    }
    .header_user_info a {
        font-size: 14px;} 
}

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