.header_user_info {
  float: right;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:2px !important;
  padding-left: 10px;
}
.header_user_info img {
	float:left;
}
  .header_user_info a {
    color: #e70505;
	text-transform:uppercase;
    font-weight: bold;
    display: block;
    padding: 7px 9px 5px 22px;
    cursor: pointer;
    line-height: 18px; 
	float:left;
	}
    @media (max-width: 479px) {
      .header_user_info a {
		float:left;		} }
    .header_user_info a:hover, .header_user_info a.active {
      background: #fff; }

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

.header_user_info a.logout {
  position: relative;
  padding: 0 12px 0 0;
}
.header_user_info a.logout:before {
  content: "\f011";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-family: "FontAwesome";
  line-height: 30px;
  font-size: 18px;
}

.header_user_info a.logout > span {
  display: none;
}