header, form, div, footer{
  display: block;
}

body{
	min-width: 540px;
	margin-left: 5%;
	margin-right: 5%;
	background: #0469b1;
}

#form{
	overflow: auto;
	border: 3px dashed black;
	background-color: rgba(255, 255, 255, .5);
	padding: 2%;
}

#myTable{
	max-width:5%;
	empty-cells: hide;
}

header{
	text-align: center;
}

h4{
	margin-left: 10px;
}

td.child-blink{
	text-align: center;
	background-color: rgba(222, 255, 97, .5);
	border: 2px solid black;
	padding: 10px;
	width: 15px;
	height: 15px;
	font-size: 13pt;
}

td.header{
	text-align: center;
	border: 2px solid black;
	padding: 10px;
	width: 15px;
	height: 15px;
	font-size: 13pt;
	background-color: white;
}

td.color{
	text-align: center;
	border: 2px solid black;
	background-color: rgba(255, 255, 255, .5);
	padding: 10px;
	width: 15px;
	height: 15px;
	font-size: 13pt;
}

form{
	padding: 20px;
}

.validator{
		color: white;
}

footer{
	color: white;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}


