html {
    overflow: hidden;
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    margin: 0;
}

#logo-container {
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0px;
    margin-top: 0;
}

.navigation {
    background-color: #5f5da2;
    color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)
}

.logo {
    max-width: 100%;
    height: 48px;
    padding: 8px;
}

.text {
    float: right;
    padding: 10px;
    color: #fff;
}

.CodeMirror {
    /* width: 100%; */
    height: calc(100vh - 115px);
    /* border: 1px solid #5f5da2; */
    font-size: 1.2em;
    /* border-radius: 0px; */
}

iframe {
    height: calc(100vh - 66px);
}

.splitter_panel .vsplitter {
    background-color: #5f5da2;
    width: 5px;
}

.toolbar {
    background-color: #706dbe;
    padding: 10px;
}

.toolbar button {
    padding: 4px 12px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 8px;
}

.toolbar button:hover {
    background: #262396;
    box-shadow: 1px 1px 2px 2px #5f5da2;
}