* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgb(216,216,216);
	color: black;
	padding: 3px 10px 0px 10px;
	td {
		vertical-align: top;
	}
	table {
		width: 100%;
	}		
}