<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_user_info {
  float: left;
/*margin-right: 15px;*/
margin-top: 2px;
margin-left:6px;
}
.header_pro_info {
  margin-top: 10px;
}
.header_user_info &gt; span {
	margin-right: 10px;
	}
  .header_user_info a,
  .header_user_info span {
  	line-height: 24px;
    font-size: 13px;
	  font-family:'Poppins';
  }
  .header_user_info a {
    color: white;
    cursor: pointer;
    line-height: 18px; 
   }
@media (max-width:560px){
	.header_user_info span {
		line-height: 18px !important;}
}
</pre></body></html>