
table{
  table-layout: fixed;
  width:600px
}

tr{
page-break-inside: avoid;
}

td{
font-family:arial;
font-size:12pt;
color:#333;
padding:10px;
width:100px;
height:90px;
text-align:center;
border:10px solid #ddc;
background-color:#eee;
page-break-inside: avoid;
}

.bingohead{
border:10px solid #c2324c;
}

h3, h3 a{
	font-family:arial;
	text-align:center;
	padding:3px;
	color:#211111;
	background-color:#EEEEEE;
}

#free{
	background-color:#fff;
	color:#eee;
}

.breaker {page-break-after: always;}

#topcard {display:block;}

@media print {
  #topcard {display:none;}
  #page {transform: scale(0.8);}  
}

