.json-editor-container {
    width: 100%;
    min-height: 200px;
    border: 1px solid #d3d3d3;
}

.json-editor-container .jsoneditor {
    border: none;
}

.json-editor-container .jsoneditor-menu {
    background-color: #3883fa;
    border-bottom: 1px solid #3883fa;
}
