Module:Chessboard/styles.css

In today's world, Module:Chessboard/styles.css plays a fundamental role in different aspects of daily life. Whether in the workplace, social, cultural or political sphere, Module:Chessboard/styles.css has become a key element that impacts the way people interact with each other and with their environment. Over the years, Module:Chessboard/styles.css has acquired increasing relevance, generating discussions, debates and research in various fields of knowledge. In this article, we will explore the importance of Module:Chessboard/styles.css and how it influences society today, as well as its possible implications for the future.
.chessboard {
	text-align: center;
}

.chessboard-header {
	line-height: 130%;
	margin: 0 auto;
}

.chessboard-letters td {
	height: 18px;
}

.chessboard-board-and-notation {
	background: white;
	font-size: 88%;
	border: 1px #c8ccd1 solid;
	padding: 0;
	margin: auto;
	border-collapse: collapse;
}

.chessboard-board-and-notation th,
.chessboard-board-and-notation td {
	padding: 0;
	vertical-align: middle;
}

.chessboard .thumbcaption {
	text-align: left;
}

.chessboard-board {
	position: relative;
}

.chessboard-board > div {
	position: absolute;
	z-index: 3;
}