@charset "utf-8";



#mainTable{
	      text-align:center;
	      background-color:grey;
	      width:100%;
	      box-sizing:border-box;
	            
}

#midColumn{
	border-left:solid black 1px;
	border-right:solid black 1px;
}

footer{
	margin-top:2px;
	position:relative;
	bottom:0;
	right:0;
	left:0;
	height:25vh;
}
