@page {
  size: 21cm 29.7cm;
   /*margin: 30mm 45mm 30mm 45mm; change the margins as you want them to be. */
}

*{
	margin: 0;
	padding: 0;
}
table,td,th{
	border-collapse: collapse;
	border: 0.5mm solid #000;
	text-align: center;
	font-size: 5mm;
	vertical-align: middle;
}
table{
	margin: 5mm auto;
}
td{
	padding: 0 1mm; /* top&bottom left&right */
}
th{
	padding: 0.5mm;
}
span.a,td.a{
	text-decoration: none !Important;
}
span.red,td.red{color: #F00;}
span.blu,td.blu{color: #00F;}


p,h1,h2{
	text-indent: 5mm;
	padding-left: 0;
	font: 4mm arial, sans-serif;
	border: 0; color: #000;
	text-shadow: none;
}
p:empty{
	height: 5mm;
}
/* headers */
h2{
	font-size: 10mm;
	text-transform: capitalize;
	margin-bottom: 5mm;
	margin-top: 5mm;
}

h1,nav,form,input,label,#image{
	display: none !Important;
}

div.white,nav,figure{
	text-align: center;
}
div.white>img,figure>img{
	margin: 5mm;
	vertical-align:middle;
}

body>section{
	margin: 5mm;
}
body>footer{
	text-align: center;
}



#game{
	background: url(/assets/img/grid.png);
	display: block;
	margin: 5mm auto;
	position:relative;
}
#game div{
	display: block;
	position:absolute;
}









