<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.negPts, .total_negPts {
	background: lightcoral;
}
.posPts, .total_posPts {
	background: lightgreen;
}
.zeroPts, .total_zeroPts {
	background: lightblue;
}
.negPts, .posPts, .zeroPts {
	display: inline-block;
	width: 30px;
}
.zebra tr:nth-child(even) {
	background-color: #E8E8E8;
}
.teamlink {
	text-decoration: none;
	color: black;
}
.f1-navlinks a {
	color: black;
	text-decoration: underline;
}
.f1-table {
	font-family: Arial;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.f1-table tr:hover {
	background-color: #FFFACD;
}
.f1-table td, .f1-table th {
	/*border: 1px solid;*/
	padding: 2px;
}
.f1-table td:not(.darkgrey) {
	border-top: 1px solid black;
}
.f1-table th {
	cursor: pointer;
}
.f1-table th, .darkgrey {
	color: #FFF;
	background-color: #696969;
	/*border: 1px solid white;*/
}
#total {
	font-weight: bold;
}
.darkgrey {
	border-right-color: black;
	border-left-color: black;
	font-weight: bold;
}
.teamname {
	padding: 2px 5px;
}

/*.club_team {
	width: 100%;
}
.club_team td {
	padding: 0px;
}
.club_team .club {
	width: 48%;
	text-align: left;
}
.club_team .team {
	width: 48%;
	text-align: right;
}
.club_team .delim {
	width: 4%;
}*/</pre></body></html>