.header {
	background-color: #e6e6e6;
	padding: 1.7% 0%;
	margin-top: -1.1%;
	margin-left: -1.1%;
	margin-right: -1.1%;
}

.split {
	height: 90%;
	width: 50%;
	position: fixed;
	z-index: 1;
	top: 7.5%;
	overflow: auto;
}

/* Control the left side */
.left {
	left: 0;
	background-color: #f2f3f9;
}

/* Control the right side */
.right {
	right: 0;
	background-color: #fff2f2;
}

.element {
	margin-top: 1%;
	max-width: 97%;
	transform: translate(1.5%);
	text-align: center;
}

.footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height: 14%;
	background-color: #cccccc;
	z-index: 2;
}