.header_user_info {
  float: right;
  text-transform:uppercase;
  margin:0 12px 0 0;
}
.header_user_info a,
.header_user_info p {display:inline-block;
	margin:0;
}
/*.header_user_info a.account{
	margin-right:5px;
}*/
@media (max-width: 767px) {
	.header_user_info a.login,
	.header_user_info a.account,
	.header_user_info a.logout{
		font-size:0;
	}
	.header_user_info a.login::before,
	.header_user_info a.account::before,
	.header_user_info a.logout::before{
		font-family: 'FontAwesome';
		content: "\f007";
		font-size:18px;
		color:#aaa;
		line-height:18px;
	}
	.header_user_info a.logout::before{
		content: "\f011";
	}
}