<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: unset;
	width:90%;
}
.ui-selectmenu-button{
	width:90%;
}
.ui-selectmenu-open{
	width:90%;
}
.ui-selectmenu-menu ul{
  max-height: 400px;
}
.ui-selectmenu-menu ul.ui-menu{
	width:90%;
}</pre></body></html>