<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select-box {
	width:			100%;
	height:			36px;
	padding:		0 30px 0 20px;
	border-radius:		18px;
	background:		url(./arrow.png) right center no-repeat #fff;
	line-height:		36px;
	color:			#9a9a9a;
	position:		relative;
}

.select-box .select-box-text {
	display:		inline-block;
	width:			100%;
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
}

.select-box select {
	position:		absolute;
	top:			0;
	left:			0;
	width:			100%;
	height:			100%;
	min-height:		100%;
	opacity:		0;
}
</pre></body></html>