#custom-fields-form {
    overflow: hidden;
}
.conv-top-block #custom-fields-form {
    margin-left: -17px;
}
#custom-fields-form .toggle-field {
    padding-bottom: 0;
}
.cf-group {
    padding-bottom: 8px;
    /*width: 50%;*/
    padding-left: 17px;
    float: left;
    display: inline-block;
    width: 50%;
}
.conv-top-block #custom-fields-form textarea {
    height: 85px;
}
.cf-result {
    float: right;
}
.cf-mode-create .cf-result {
    display: none;
}
.cf-option.input-group {
    padding-top: 3px;
}
.cf-option .cf-option-handle {
    cursor: move;
    background-color: #fff;
}
.cf-option input {
    border-right: 0;
}
.cf-option .cf-option-handle .glyphicon {
    font-size: 9px;
}
.cf-options .cf-option:not(:last-child) .cf-option-add {
    display: none;
}
.cf-option-restore {
    display: none;
}
.cf-removed .cf-option-restore {
    display: table-cell;
}
.cf-removed .cf-option-remove {
    display: none;
}

/**
 * Mobile
 */
@media (max-width: 575px) {
    .cf-group {
        display: block;
        width: 100%;
    }
    #custom-fields-form textarea {
        height: auto;
    }
}
/**
 * Desktop
 */
@media (min-width: 576px) {
    #custom-fields-form .cf-group:nth-child(even) {
        float: right;
    }
}