.mainDiv {
    overflow: none;
}

.resourceViewerDiv {
    position: fixed;
    top: 0px;
    bottom: 75px;
    left: 0px;
    right: 0px;
}

.resourceWindow {
    width: 100%;
    height: 100%;
}

.buttonDiv {
    display: inline-block;
    color: white;
    background-color: black;
    padding: 25;
    top: 0px;
    bottom: 0px;
}

.buttonDiv:hover {
    background-color: grey;
}

.menuDiv {
    background-color: black;
    position: fixed;
    height: 75px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: scroll;
/*    overflow-y: hidden;*/
}
