html, body, #container {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background-color: white;
}

#sidebar {
    border-right: 1px solid #aaa;
    height: 100%;
    min-width: 250px;
    width: auto;
    resize: horizontal;
    overflow: auto;
    overflow-x: hidden;
    float: left;
}

#ide {
    height: 100%;
    background-color: white;
    display: flex;
}

#filelist {
    flex-flow: column;
}

.monaco-editor {
    height: 100%;
}

.listview, #sidebar {
    background-color: #f3f3f3;
}

.commitbutton {
    padding: 10px;
    border-bottom: 1px solid #aaa;
    background-color: white;
}

.notify {
    border: none;
}