.header_user_info {
  position: relative;
  z-index: 2;
  margin-bottom: 10px; }
  .header_user_info > a {
    display: inline-block;
    margin-right: 50px; }

.fontface .header_user_info > a:before {
  font-family: "pictos";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;

  content: '\E816';
  margin-right: 6px;
  font-size: 1.2em;
  width: 15px; width: 1.5rem;
}
.header_user_info > a.logout {
  width: 50px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -5px;
  text-indent: -999em;
  text-align: left;
  margin: 0;
}
.fontface .header_user_info > a.logout:before {
  content: '\E852';
  position: absolute;
  text-indent: 0;
  text-align: center;
  left: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 30px;
  width: auto;
}
.header_user_info ul {
  display: none;
}
.header_user_info ul li {font-size:12px; font-size: 1.2rem;}
.header_user_info ul li a {display:block; padding: 5px 10px; color: inherit;}