li.gfmc-column ul {
    margin-left: 0;
    padding-left: 0;
}

.gform_fields.top_label.form_sublabel_below.description_below {
    clear: both;
}

.gfield > div.ginput_container > input.medium {
    width: 100%;
}

li[class*="column-count-"] {
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;
}

li[class*="-of-2"] {
    width: 50%;
}

li[class*="-of-3"] {
    width: 33%;
}

li[class*="-of-4"] {
    width: 25%;
}

li[class*="-of-5"] {
    width: 20%;
}

li[class*="-of-6"] {
    width: 16%;
}

li[class*="-of-7"] {
    width: 14%;
}

li[class*="-of-8"] {
    width: 12%;
}

li[class*="-of-9"] {
    width: 11%;
}

li[class*="-of-10"] {
    width: 10%;
}

@media screen and (max-width: 600px) {
    li[class*="column-count-"] {
        width: 100% !important;
    }
}

.row-divider {
    clear: both;
}

/* Class to remove left padding and margins from first column item on the form */
/* Introduced 2.1.0 */
li[class*="column-count-1"] > div > ul {
    padding-left: 0;
    margin-left: 0;
}
