table.biddiag {width: 250px; border-collapse: collapse;}
table.biddiag td, table.biddiag th { border: solid 1px #ccc; text-indent: 0; text-align:center; vertical-align:middle; width: 25%; padding: 3px; }
table.biddiag th { background-color:#eee; font-style:italic;}
table.handdiag {width: 400px;}
table.handdiag td, table.handdiag th { border: none; text-indent: 0; vertical-align:top; width: 33%; }
.handdiag .dealDetails { vertical-align:top; }
.handdiag .img { text-align:left; vertical-align:middle; }	
.clubs, .diams, .hearts, .spades {
	font-size: 1.4em;
	font-weight: bold;
}
.clubs {
	color: #006611;
}
.diams {
	color: #FF0000;
}
.hearts {
	color: #FF0000;
}
.spades {
	color: #005055;
}		