table#entrants tbody tr:nth-child(even) { background: inherit; }

div.coor {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	text-align: center;
	gap: 1em;
	margin-bottom: 1em;
	color: var(--neutral-7);
}

div.coor div {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

div.coor label {
	margin-bottom: 0.25em;
}

div.coor img {
	width: 200px;
	height: auto;
}

table#entrants {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

table#entrants tbody td[colspan="2"] {
	background-color: var(--blue-5);
}

table#entrants tbody tr:hover {
	background-color: inherit;
}

table#entrants img {
	width: 150px;
	height: auto;
}

table#entrants tbody td {
	position: relative;
	text-align: center;
}

table#entrants tbody td {
	border-bottom: solid black 3px;
}

table#entrants div.img_container {
	position: absolute;
	top: 0.25em;
	text-align: left;
}

table#entrants div.score {
	color: var(--purple-3);
	font-weight: bold;
	width: 100%;
}
table#entrants tr.leader {
	background-color: var(--yellow-7) !important;
}

table#entrants tbody tr td:nth-child(2) {
	margin: 0;
	padding: 0;
}

table#entrants tbody td.scratched, td.scratched + td {
	opacity: 30%;
}

tbody tr.scratched {
	text-decoration: line-through;
	opacity: 50%;
}

h3 { color: var(--blue-7); }

div.schedule {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin-bottom: 1em;
	width: 100%;
}

div.schedule table {
	height: fit-content;
	margin-bottom: 1em;
}

div.schedule th { text-align: center; }
div.schedule tbody td:nth-child(2) { text-align: center;}
div.schedule tbody td:nth-child(3) { text-align: center;}
div.schedule tbody td:nth-child(4) { text-align: center;}
div.schedule tbody td:nth-child(5) { text-align: center;}
tr.started { background-color: var(--yellow-8) !important; }
tr.finished { background-color: var(--blue-8) !important; }
td.estimate { background-color: var(--purple-8) !important; }

div.fh {
	width: 100%;
}

div.fh h3 {
	text-align: center; 
	background-color: var(--neutral-7);
	height: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: var(--blue-2);
}
div.fh h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: var(--blue-6);
}
div.fh h5 {
	margin: 0.25em;
	color: var(--neutral-0);
}
div.fh table {
	margin-bottom: 0.5em;
	width: 100%;
}