html {
cursor: text;
}

.editbox {
margin: .4em;
padding: 0;


font-family: "Consolas", "Courier New", monospace;
font-size: 11pt;
line-height: 1.35em;

color: #ffffff !important;
background: #202327 !important;


}

.CodeMirror-wrapping {
background-color: #202327 !important;
color: #ffffff !important;
}

.CodeMirror-line-numbers {
width: 2.2em;


color: #858b93 !important;
background-color: #292d32 !important;

text-align: right;
padding: .4em;
margin: 0;

font-family: "Consolas", "Courier New", monospace;
font-size: 10pt;


}

pre.code {
color: #ffffff !important;
}

.editbox p {
margin: 0;
}

/* =========================================================
CodeMirror 0.8 syntax
========================================================= */

.js-variable {
color: #ffffff !important;
}

.js-atom {
color: #7dd3fc !important;
font-weight: 600 !important;
}

.js-punctuation {
color: #b8bec6 !important;
}

.js-operator {
color: #d7dce2 !important;
}

.whitespace {
color: #ffffff !important;
}

/* =========================================================
Scrollbar
========================================================= */

::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-track {
background: #202327;
}

::-webkit-scrollbar-thumb {
background: #3a3f46;
border-radius: 5px;
border: 2px solid #202327;
}

::-webkit-scrollbar-thumb:hover {
background: #50555d;
}

::-webkit-scrollbar-corner {
background: #202327;
}
