.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;
}

.ranking-table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	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);
}

.ranking-table thead tr {
	background-color: var(--title-main);
	text-align: center;
}

.ranking-table thead th {
	height: 24px;
	padding: 2px 2px;
	font-weight: normal;
}

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

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

.ranking-table tbody td {
	height: 24px;
	padding: 2px 2px;
}

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

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

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

img {
	vertical-align: middle;
}
