.contrast-player-name {
	color: #FFFFFF;
	background-color: #000000;
}

.tournament-name {
	display: block;
	font-family: sans-serif;
	font-size: 1.5em;
	text-align: center;
	margin-block-start: 0.8em;
	margin-block-end: 0.8em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.table-table {
	table-layout: fixed;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	width: 100%;
	min-width: 480px;
	max-width: 800px;
	font-size: 1em;
	font-family: monospace;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.table-table thead tr th {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 16px;
	padding: 4px 4px;
}

.table-table tbody tr:nth-of-type(even) {
	background-color: var(--interline);
}

.table-table tbody tr:last-of-type {
	border-bottom: 2px solid var(--title-main);
}

.table-table tbody tr td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 16px;
	padding: 4px 4px;
}

.table-table-number-line {
	font-size: 1em;
	background-color: var(--title-aux);
}

.table-table-title-line {
	font-size: 1em;
	background-color: var(--title-main);
}

.table-table a:link {
	display: inline-block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}

.table-table a:visited {
	display: inline-block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}

.table-table a:hover {
	color: #000000;
}
