.codearea {
    background-color: #000;
    color: #c7c7c7;
    font-family: 'Oxygen Mono', Consolas, 'Liberation Mono', 'DejaVu Sans Mono', monospace;
    font-size: 14px;
    overflow: auto;
    height: 100%;
    width: 100%
}

#code {
    display: block;
    width: 100%;
    height: 100%;
}

.container {
    height: 93vh;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.about {
    padding: 0px 20px;
}

.split p {
    padding: 20px;
}

.note-gutter {
    width: 30px;
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('vertical.png');
    cursor: ew-resize;
}

.gutter.gutter-vertical {
    background-image: url('horizontal.png');
    cursor: ns-resize;
}

.split.split-horizontal,
.gutter.gutter-horizontal {
    height: 100%;
    float: left;
}