
html, body{
	width : 100%;
	height : 100%;
    margin : 0;
    padding : 0;
    background-color : #373737;
}
.app-wrapper {
	position:relative;
	display:block;
	overflow:hidden;
	text-align : center;
    width: 100%;
    height: 450px;
}
#main {
    display : block;
    position : absolute;
    width: 100%;
    height: 450px;
    /*background-color: #FFCCCC;*/
}
#content {
    display : block;
    position : absolute;
    width: 100%;
}

.split-page {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.split-head {
    padding: 0;
    margin:0;
    /*overflow: none;*/
    box-shadow : -4px 17px 30px rgba(0,0,0,0.5);
    z-index : 2;
}

.split-content {
    flex:1;
    margin:0;
    padding:0;
    /*background-color:white;*/
    overflow: scroll
}