.header_user_info {
}
	.header_user_info a {
		color: white;
		display: block;
	}
	.header_user_info a:before {
		content: "\f007";
		font-family: "FontAwesome";
		display: inline-block;
		font-size: 14px;
		line-height: 14px;
		color: white;
		padding-right: 5px;
	}
	
	@media (max-width: 479px) {
	.header_user_info a {
		font-size: 11px;
	}
	}
