<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editable_combo_box
{
    color: black;
    background-color: white;
	font-family: Calibri;
	border: 1px solid grey;
}

.editable_combo_box_popup
{
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 100%;
	max-height: 15vw;
	z-index: 1000000 !important;
}
</pre></body></html>