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

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

.trend-table thead tr {
	background-color: var(--title-main);
}

.trend-table thead tr th{
	height: 16px;
	font-weight: normal;
	padding: 0px 4px;
}

.trend-table-icon-cell{
	min-width: 32px;
	max-width: 32px;
	height: 24px;
	padding: 2px 2px;
}

.trend-table-ranking-cell{
	min-width: 32px;
	max-width: 32px;
	height: 24px;
	padding: 2px 2px;
}

.trend-table-score-cell{
	min-width: 56px;
	max-width: 56px;
	height: 24px;
	padding: 2px 2px;
}

.trend-table tbody tr td:nth-of-type(2) {
	min-width: 240px;
	max-width: 240px;
}

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

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

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

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

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

img {
	vertical-align: middle;
}
