body { font-family: 'Inter', sans-serif; }

thead.score { 
	background-color: lightyellow;
	border-top: 5px solid black; 
	border-bottom: 3px double black;
}

thead.score th:first-child { 
	text-align: center;
	border-left: hidden;
	border-right: 3px double black;
}

thead.score th:last-child { 
	border-left: 3px double black;
	border-right: hidden;
}

th.score {
	background-color: lightyellow;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
}

tr { 
	border: 1px solid black; 
}

tr:first-child td {
	border-top: 2px double black;
}

tr:first-child td.login_form {
	border-top: 5px solid black;
}

tr:last-child td.login_form {
	border-top: 3px double black;
	border-bottom: 5px solid black;
}

tr:last-child td.score {
	background-color: lightblue;
	border-top: 3px double black;
	border-bottom: 5px solid black;
}

tr td:first-child.login_form {
	border-left: hidden;
	border-right: 3px double black;
}

tr td:last-child.login_form {
	border-right: hidden;
	border-left: 3px double black;
}


tr td:first-child.score {
	border-left: hidden;
	border-right: 3px double black;
}

tr td:last-child {
	border-left: 3px double black;
	border-right: hidden;
}

td.score {
	text-align: center;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
}

