.gfmContent {
    padding: 0px !important;
    height: 80% !important;
    width: 80% !important;
    flex: 1;
}

.gfm-sidebar {
    flex: 1;
}

#gfmContent {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.gfmContainer {
    width: 100%;
    flex: 4;
}

.gfmContainerWrapper {
    display: flex;
    flex: 5;
    position: relative;
}

#gfmContainer_noFiles {
    justify-content: center;
    align-items: center;
}


.gfmContainer_progressBlue {
    background: #0091EA;
    height: 100%;
    width: 0%;
    transition: all .5s;
}