#tablewrapper, #tablewrapper2 {
 width:40%;
 height: 1000px;
 background-color: #EEE;
 display: block;
 position: sticky;
 overflow-y: auto;
 margin: 5%;
}
#tablewrapper {
 float: left;
}
#tablewrapper2 {
 float: right;
}
table {
	width:80%;
    height: 80%;
	 background-color: white;
	 margin: auto;
	 padding: 15px;
}
h3 {
	font-family: Abel;
	padding: 10px;
	padding-left: 30px;
	font-size: 30px; 
}
#Final {
	width:80%;
    height: 2.5%;	
	background-color: white;
	 margin: auto;
}
