.header_user_info {
  float: right;
  }
.header_user_info a {
    display: block;
    color: #6f6e6e;
    /* font-weight: bold; */
    padding: 0px 10px 0px 10px;
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    line-height: 18px;
    font-size: 14px;
    float: right;
    font-family: Arial;
    /* font-weight: bold; */
}
.header_user_info a:first-child {
    border-left: 1px solid #878686;
}
.header_user_info a:hover {
    background: #0f30ff   !important;
    color: #ffffff   !important;
}


    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }

/*# sourceMappingURL=blockuserinfo.css.map */
