.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 > .row {
	height: 135px;
}

.jqmWindow.double .form-body > .row label {
    height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
}