<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jqmWindow.double {
    width: 1000px !important;
    max-width: 100%;
    margin-left: 0px !important;
    transform: translateX(-50%);
    left: 50%;
}

.jqmWindow.double .form-body { column-count: 2; }

.jqmWindow.double .form-body &gt; .row {
	height: 135px;
}

.jqmWindow.double .form-body &gt; .row label {
    height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
}</pre></body></html>