.matrix-bingo table {
	margin: 5px;
}

.matrix-bingo table td {
	border: 1px solid #111; 
	padding: 2px;
}

.matrix-bingo td[active] {
	background-color: chocolate;
}

.matrix-blackjack {
	width: 400px;
}

.matrix-blackjack td {
	border: 1px solid #3e7435;
	text-align: center; 
	width: 33%;
}

.matrix-slot {
	line-height: 0px;
}

.matrix-winline-count {
	float: right;
}