.graphiql-query-editor, .graphiql-editor-tools, .graphiql-editor-tool { background: white;}
.cm-s-github.CodeMirror, .graphiql-editors, div#graphiql-session { 
    background: white; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded {
    color: #6E6E6E;
}

.graphiql-query-editor {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.graphiql-response {
    margin-top: 14px;
}

.graphiql-container .graphiql-plugin {
    height: auto;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  
.graphiql-container .graphiql-plugin:hover {
    overflow-y: scroll;
    overflow-x: scroll;
  }

.graphiql-container .graphiql-editors.full-height {
    margin: 0;
}

.graphiql-toolbar-icon {
    color:#6E6E6E;
}

.graphiql-horizontal-drag-bar {
    background: #F9F9F9;
}

.graphiql-container .graphiql-editor-tools button {
    color:#6E6E6E;
}

.graphiql-container .graphiql-editor-tools button.active{
    color: #006CE0;
}

.cm-s-github .CodeMirror-gutters { background: white; border-right: 0px; }
.cm-s-github span.cm-string, .cm-s-github span.cm-atom { color: #762; }
.cm-s-github span.cm-number { color: #30a; }
.cm-s-github span.cm-comment { color: #262; line-height: 1em; }
.cm-s-github span.cm-meta { color: #555; font-style: italic; line-height: 1em; }
.cm-s-github span.cm-property { color: #0947AA; }
.cm-s-github span.cm-punctuation { color: black; }
.cm-s-github span.cm-attribute { color: #b11; }
.cm-s-github span.cm-variable { color: #b11; }
.cm-s-github span.cm-variable-2 { color: black; }
.cm-s-github span.cm-qualifier { color: #555; }
.cm-s-github span.cm-keyword { color: #af5612; }
.cm-s-github span.cm-def { color: #4F4F4F; }

.cm-s-github span.cm-builtin { color: #30a; }
.cm-s-github span.cm-link { color: #762; }
.cm-s-github span.cm-error { background-color: #D60000; }

.cm-s-github .CodeMirror-activeline-background { background: #e8f2ff; }
.cm-s-github .CodeMirror-matchingbracket { outline:1px solid #6E6E6E; color:black !important; }
