
table#bingonumbers tbody tr td {
font-family:arial;
font-size: 12px; 
font-weight:bold;
color:#333;
padding:0px;
width:20px;
height:18px;
text-align:center;
background-color:#eee;
}

table#bingocard tbody tr td {
font-family:arial;
font-weight:bold;
color:#333;
padding:0px;
width:25px;
height:25px;
text-align:center;
border:2px solid #ddc;
background-color:#eee;
}

#readymessage {
width:160px;height:100px;
text-align:center;
border-radius:10px;
border: 2px solid red;
background-color:pink;
padding:3px 3px 3px 3px;font-weight:bold;
display:none;
}
#bingoletter,
#bingonumber {
font-family:arial;
font-weight:bold;
font-family: "Times New Roman", Times, serif;
font-size:3em;
}

.clickme {
cursor:pointer;
}

table tbody tr td.bingohead,
table#bingocard tbody tr td.bingohead {
border:2px solid #c35;
text-align:center;
font-weight:bold;
}

#bingocard tbody tr td#free {
	background-color:#bbb;
	color:red;
	cursor:default;
}
