.header_user_info {
  float: right;
    text-align: right;
    width: 10%;
  /*border-left: 1px solid #515151;*/
  border-right: 1px solid #fff; }
  .header_user_info a {
    color: #fff;  text-align:center;
    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: transparent;
    color: #91bbf2;}

@media (min-width : 768px) and (max-width : 1024px)  { 
    .header_user_info {
        width: 25%;
    }


}

@media (min-width : 320px) and (max-width : 568px) { 

.header_user_info {
        width: 35%;
    }

.header_user_info_name {
        display:none;
  }

}



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