ul {
list-style-type: none !important;
}
ul > li {
list-style-type: none !important;
}
.jvm{
display:flex;
justify-content: center;
}
#json-input,
#json-output, #json-output-tree {
width: 100%;
height: 500px; }
#json-output-tree {
border-left: 2px solid lightgrey;
}
.din,.dout { width: 42%;
float: left;
border-right: 2px solid lightgrey;
border-bottom: 1px solid lightgrey;
}
@media screen and (max-width: 700px) {
.jvm{
display:block;
}
.din,.dout {
width: 100%;
display: block;
float: none !important;
}
.dval {
display: block !important;
float: none !important; 
padding:40px 15px !important;
}
#tabspace, #cInOutVal{
width: auto !important;
}
}
.din button, .dout button{
height:25px;
background-color: #4D4D4D;
border: 1px solid #4D4D4D;
margin: 3px 5px 3px 0;
padding: 0;
}
.din button:hover, .dout button:hover{
border: 1px solid #d3d3d3;
}
.din img, .dout img{
height:18px;
background: inherit;
}
.dval {
float: left; 
padding-top:150px;
width: auto;
text-align:center;
}
.dvalbtn {
background-color: #262626;
font-size: 18px; border-radius: 5px;
padding: 15px 10px;
margin: 0 7px;
color: #00fff0;
}
#tabspace, #cInOutVal{
padding: 7px 5px;
margin-top:10px;
background-color: #262626;
color: #00fff0;
border-radius: 3px;
width: 75%;
}
#tabspace{
text-align: center;
}.json-document { } ul.json-dict, ol.json-array {
list-style-type: none;
margin: 0 0 0 1px;
border-left: 1px dotted #ccc;
padding-left: 2em;
}
.json-string {
color: #0B7500;
}
.json-literal {
color: #1A01CC;
font-weight: bold;
} a.json-toggle {
position: relative;
color: inherit;
text-decoration: none;
}
a.json-toggle:focus {
outline: none;
}
a.json-toggle:before {
font-size: 1.1em;
color: #c0c0c0;
content: "\25BC"; position: absolute;
display: inline-block;
width: 1em;
text-align: center;
line-height: 1.3em;
left: -1.2em;
}
a.json-toggle:hover:before {
color: #aaa;
}
a.json-toggle.collapsed:before { transform: rotate(-90deg);
} a.json-placeholder {
color: #aaa;
padding: 0 1em;
text-decoration: none;
}
a.json-placeholder:hover {
text-decoration: underline;
}