/** tictactoe.css */

@import url(default.css);
@import url(toolbar.css);

img#tictactoe {
	float:  right;
	width:  300px;
	height: 225px;
	margin: 0px 0px 16px 16px;
}

img#players {
	float:  right;
	width:  110px;
	height: 140px;
	margin: 20px 40px 20px 20px;
}

img#winner {
	float:  right;
	width:  110px;
	height: 140px;
	margin: 20px 40px 20px 20px;
}

table#requirements {
	width: 70%;
	margin-left: 25;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px
}

table#requirements th {
	font-size: 16pt;
}

table#requirements td {
	padding: 5px;
	border:  1px #999999 solid;
}

table#requirements th {
	font-size: 16pt;
}

.group {
	width: 100px;
	font-style: italic;
}

.divider {
	height: 5px;
	background-color: #777777;
}

/** end */
