﻿html, body {
  font: 11pt sans-serif;
}
#jsoneditor {
  width: 500px;
  height: 500px;
}
.text-center{
  color: #26AF2C;
}
.name{
  color: #26AF2C;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 50%;
}
#editorhide{
  display: none;
}
.sameform{
  margin: 0 40px 0 0;
}
.newimage{
  width: 78px;
}

.table {
  margin-top: 10px;
}

.table td button{
  margin-right: 5px;
  display: inline;
  width: 40px;
}

#json-display{
  min-width: 100%;
  min-height: 400px;
  margin-top: 10px 
}

.main-title {
  margin: 40px auto 60px auto !important;
}
 