Template:Game/Teams.css

From TwogPedia
.teams__table {
	border: 1px solid #000;
	text-align: center;
}

.teams__table:not(:first-child) {
	margin-top: 15px;
}

.teams__table tr:not(:first-child) {
	border-top: 1px solid #000;
}

.teams__table td, .teams__table th {
	padding: 0.5rem 0.5rem;
}

.teams__region {display: flex; gap: 0.5rem; justify-content: center;}