@charset "utf-8";

.form_group_three_col > div > div {
    display: inline-block;
    width: 33%;
    margin: 0 0 0 0;
    vertical-align: top;
}

.form_group_three_col > div > div:nth-of-type(even) {
    padding-left: 0%;
    margin-left: 0%;
    margin-bottom: 1%;
    border-left: 0px solid #ced4da;
}

.form_group_two_col > div > div {
    display: inline-block;
    width: 50%;
    margin: 0 0 0 0;
    vertical-align: top;
}

.form_group_two_col > div > div:nth-of-type(even) {
    padding-left: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    border-left: 0px solid #ced4da;
}
