html,body {
    height: 100%;
}

.CodeMirror {
  min-height: 100%;
  border: 1px solid #555;
}

.sidebar {
    display: inline;
    position: fixed;
    top: 0;
    right: 70px;
    z-index: 100;
}

.sidebar .sidebar-row {
    margin-top: 5px;
}

.sidebar #reset {
    margin-left: 20px;
}

.sidebar .alert {
    font-size: 0.7rem;
    padding: .25rem .5rem;
    display: none;
}

.col-content {
    background-color: #0c1021;
}

.col-content textarea {
    width: 100%;
    height: 100%;
}