.keys_values_editor{
}
.keys_values_editor .form-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
}
.keys_values_editor>[data-schemaid="root"]>h3 {
    display: none;
}

.keys_values_editor>[data-schemaid="root"]>p {
    display: inline;
    margin: 0;
}

.keys_values_editor [data-schematype] button.json-editor-btn {

    margin: 0px;
}

.keys_values_editor .well.well-sm {
    background: none;
    border-radius: 0px;
    padding: 0px;
    border-style: none;
    overflow: hidden;
}
.keys_values_editor .well.well-sm > .btn-group {
    padding-bottom: 5px;
}

.keys_values_editor table {
    border: unset;
    margin-left: -4px;
}

.keys_values_editor tbody {
    max-height: 400px;
    overflow: scroll;
    display: block;
}


.keys_values_editor thead {
    display: none;
}

.keys_values_editor table>tbody>tr>td {
    border: unset;
    padding: 0px !important;
}


.keys_values_editor tr {
    width: 100%;
}


