.header_user_info {
  float: left;
 }
  .header_user_info a {
    color: #6b6b6b;
    display: block;
    padding: 0px;
    cursor: pointer;
    line-height: 20px; }
	
	.header_user_info a::before{
		content: "\f2be";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 6px;
font-size:20px;
color:#ef9b37;
	}
	
	.logout{padding-left:15px;}
	.login::before{
		content: "\f2be";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 6px;
font-size:20px;
color:#ef9b37;
	}
	
	
	.header_user_info .logout::before{display:none;}
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      color:#505050; }

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