// Add lines 112 – 126

    .form-type-datelist select {
        width: 100px;
    }
    .form-managed-file .button {
        cursor: pointer;
        width: auto;
    }
    .webform-type-webform-name {
        margin-top: 0;
        margin-bottom: 0 !important;
        .webform-flexbox {
            margin-top: 0;
            margin-bottom: 0;
        }
    }
 

// Add lines 160 – 163

// Force the state to expand around the select field 
.webform-address__province {
    display: table;
}

// Add to .webform-multiple-add (line 221)

.container-inline div {
    display: block;
}

// Add lines 246

    .webform-multiple-table .form-type-number {
        input,
        .input-group {
            width: 100%;
        }
    }