table#bord {
	border:2px #fff solid;
	border-collapse:collapse;
}

table#bord td {
	border:1px #000 solid;
	width:75px;
	height:75px;
	font-size:50px;
	vertical-align:top;
}

table#bord td span {
	font-size:14px;
}

.highlight {
	background-color: #00AEEF;
}

table.mvl {
	border-collapse: collapse;
	width: 100%;
}

th {
	text-align:left;
}

#movelist {
	height:200px;
	width:200px;
	overflow:auto;
}

.mvl tr {
	height:40px;
}

.bgltr {
	color: #eee;
	position:absolute;
	text-align:center;
	padding-left:5px;
	z-index:-1;
	width:75px
}