.header_user_info {
  float: right;
  border-left: 1px solid #515151;
  border-right: 1px solid #515151; }
  
  
  .header_user_info a {
    color: white;
    font-weight: bold;
    display: block;
    cursor: pointer;
    line-height: 18px;
    padding:0 10px;
    }
    
    .header_user_info a{
        height:40px;
        line-height:40px; 
    }
    .header_user_info:first-child a span{
        display:block;
        background: url(../../../img/logged-user.png) no-repeat right center;
        padding-right:50px;
        height:40px;
        line-height:40px;
    }
    .header_user_info:first-child a span:hover{
        background: #d93d3d url(../../../img/logged-user.png) no-repeat right center;
    }
    
    
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #d93d3d; 
      }
