.div-board {
	width: 400px;
	margin: 2px;
	cursor: pointer;
}

.div-moves {
	width: 200px;
	height: 272px;
	margin: 2px;
	overflow: scroll;
	overflow-x: hidden;
	cursor: pointer;
	background-color: #303030;
}

.table-moves {
	width: 100%;
	border: 1px solid #a0a0a0;
	border-collapse: collapse;
}

.table-moves td {
	border: 1px solid #a0a0a0;
	padding-left: 4px;
}

.table-moves td:hover {
	background-color: #0000ff;
}

