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

.ui-combobox-toggle {
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer;
    /* support: IE7 */
    /* *height: 1.7em;*/
    /* *top: 0.1em;*/
}</pre></body></html>