<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">span#both_input_select {
	position: relative;
	background-color:#fff; 
	display:block; 
	border: 1px solid #3c628f; 
	height:15px; 
	overflow:hidden;
}
span#both_input_select input#mot_cles {
	margin: 0px;
	border: none; 
	border-right: 2px solid #ddd; 
	font-size: 13px;
	margin-top: -2px;
}
span#both_input_select select#data_pool {
	display: block;
	float: right;
	width:110px; 
	border: none; 
	font-size: 11px; 
	color:#3c628f; 
	margin-right: 0;
	margin-top: 0;
}</pre></body></html>