.gfield > div.ginput_container > input.medium {
    width: 100%;
}

@media screen and (max-width:600px) {
    li[class*='column-count-'] {
        width: 100% !important;
    }
}

li[class*='column-count-'] {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

.row-divider {
    clear: both;
}

li[class*='column-count-1'] > div > ul {
    padding-left: 0px;
    margin-left: 0px;
}
