.header_user_info a{
	display: block;
    padding: 8px 9px 11px 0;
    cursor: pointer;
    line-height: 18px; /* margin-right:20px; */}
.header_user_info a.logout{margin-left:10px;}
.header_user_info a:hover 
{
	color:#000;
}
    
	@media (max-width: 767px ) {  
   .header_user_info a.account
	{
	margin-right:10px;
	}
	.header_user_info a 
	{
	
	margin-right:25px;
	}
	}
	@media (max-width: 479px )
	{ 	
	.header_user_info a 
	{
	
	margin-right:0;
	}
	} 
@media (min-width: 768px ) and (max-width:991px ){
	.header_user_info a.account{width:40px;height:25px;overflow:hidden;text-overflow: ellipsis;}
	.header_user_info a.logout{margin-left:5px;}
}
	