<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

table.score {width: 100%; border: 1px solid black; border-collapse: collapse;}
table.score th {border: 1px solid #ccc;}
table.score td {border: 1px solid #ccc;}
table.score td.pts {text-align: right;}
p.klasse {font-weight: bold; color: #d21e36;}
</pre></body></html>