<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-combobox {
	position: relative;
	display: inline-block;
    width: 100%;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
    outline: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.8em;
	*top: 0.1em;
}
.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
    outline: 0;
    width: 11.3em;
}

.ui-menu-item a{
	min-height: 1.3em !important;
	font-size: 0.85em;
    outline: 0;
}</pre></body></html>