
.json-editor-container {
  margin:0px !important;
  padding:0px !important;
}
div.jsoneditor-menu {
  background-color:#079c2d;
  border-bottom: solid 1px #079c2d; 
}
div.jsoneditor {
  border: 0px;
}
table.jsoneditor-search div.jsoneditor-frame {
  background-color:#148b33;
}
div.jsoneditor-contextmenu ul li button.jsoneditor-selected, div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus, div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover {
  background-color:#079c2d;
}
table.jsoneditor-search input {
  margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-left: 4px;
    color:#fff;
}

.json-editor-copyright .ref {
  float:left;
}
.json-editor-copyright .star {
  float:left;
  margin-left:8px;
}


.json-toggle {
    position:absolute;
    top:-1px;
    right:-1px;
    display:block;
    height:35px;
    padding-left:5px;
    border-top:1px solid #ccc !important;
    border-right:1px solid #ccc !important;
    border-left:1px solid #ddd !important;
    border:1px solid #ddd !important;
    padding-right:5px;
    background:#e5e5e5;
}
.json-toggle button {
    background:none !important;
    border:none !important;
    box-shadow:none !important;
    font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif !important;
    font-size:16px !important;
    line-height:35px !important;
    color:#555 !important;
    font-weight:normal !important;
}
.json-toggle button span {
    color:#555 !important;
}
.json-toggle:hover { 
    background: #eaeaea;
}
.json-toggle:hover button { 
    color:#000 !important;
}

.json-title, .form-title {
  line-height:20px;display:block;height:20px;
}