#jsoneditor {
    width: 100%;
    height: 500px;
    background-color: #FFFFFF;
}

.jsoneditor-menu a {
    display: none;
}

.jsoneditor-mode-code {
    border: gray;
}

.jsoneditor-search {
    right: 40px;
}

div.jsoneditor-menu a {
    display: none !important;
}

div.jsoneditor {
    border: 1px solid rgb(69, 141, 150);
}

div.jsoneditor-menu {
    border: 1px solid rgb(69, 141, 150);
    background-color: rgb(69, 141, 150);
}

div.jsoneditor table {
    right: 50px;
}
