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

.header_user_info a {
  color: #232323;
  background-color: #e5e5e5;
  font-weight: bold;
  display: block;
  padding: 0 10px;
  cursor: pointer;
  line-height: 37px;
  height: 37px;
  margin-left: 5px;
  border-radius: 6px;
}

.header_user_info a.logout {
  font-size: 0;
  line-height: 0;
  padding: 7px;
}
.header_user_info a.logout::before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 23px;
    background: url(/img/log-out.svg) center / contain no-repeat;
}
.header_user_info a.account {
  font-weight: 400;
  display: flex;
  font-size: 12px;
    line-height: 1.1;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 0px 6px;
}

@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 */