table {
	border-collapse: collapse;
}

tr {
	height: 48px;
}

td {
	width: 48px;
	aspect-ratio: 1;
	background: none !important;
}

.shape {
	position: relative;
}

#tileset {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}

.tile {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-left: none;
	border-top: none;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	background-color: #111;
	color: white;
	border-radius: 8px;
	font-size: 2rem;
	text-align: center;
}

.mini-text .tile {
	font-size: 1.5rem;
}