@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;
	height:25vh;
}