@import url('../style.css'); 

div.example {
	background: white;
	border: dotted black 1px;
	padding: 1em;
	margin: 1em;
}

table.game {
	margin: 1em;
	border-spacing: 0px 0px;
	caption-side: bottom;
}

table.game td {
	vertical-align: top;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	background: white;
	text-align: center;
}

table.game .caption { font-size: small; font-weight: bold; }

table.game td.action-x, table.game td.action-y {
	padding: 1ex;
	vertical-align: middle;
}
table.game td.action-x { background: #9ff; }
table.game td.action-y { background: #f9f; }

table.game td.corner { 
	background: transparent;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
}

table.game th {
	border: solid black 2px;
	background: #ff7;
}

table.game caption {
	font-size: small;
	text-align: right;
	font-style: italic;
}

