div.formgrid {
        display: grid;
        grid-gap: 10px;
}

.optionColumn {
        float: left;
        width: 35%;
}

.optionColumnRight {
        float: right;
        width: 40%;
}

.optionRow:after {
        content: "";
        display: table;
        clear: both;
}