.bdBoard
{	width: 100%;
	padding: 10px 0px;
	text-align: center;
}
.bdBoard table
{	margin: auto;
	width: auto;
	border-collapse: collapse;
}
.bdBoard table td
{	background-color: #f3f3f3;
	padding: 1px;
}
.bdBoard table td div
{	width: 15px;
	height: 15px;
}
.bdBoard table td:first-child
{	border-left: 1px solid #666;
}
.bdBoard table td:last-child
{	border-right: 1px solid #666;
}
.bdBoard table tr:first-child td
{	border-top: 1px solid #666;
}
.bdBoard table tr:last-child td
{	border-bottom: 1px solid #666;
}
.bdBoard table td.bdBlock div
{	-moz-border-radius: 3x;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #0000e2;
}
.bdBoard table td.bdSet div
{	-moz-border-radius: 3x;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #0000e2;
	border: 1px solid #000;
}
.bdGameOver
{	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
}
.bdGameOver .bdStartButton a
{	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 5px;
	width: auto;
	background: #d20000;
	color: #FFF !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	cursor: pointer;
}

@media (max-width: 767px)
{	.bdButtons
	{	display: block;
	}
}
