@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;600&display=swap');

body {
	margin-top: 2.5rem;
	padding: 0 0.75rem;
	font-size: 10pt;
	COLOR: black;
	font-family: 'Fira Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.header {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 1rem;
}

.header h2 {
	color:#183518;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
	font-style: italic;
}

.header span {
	padding: 0.5rem 0.75rem;
	background-color: #e9b817;
	color: #fff6eb;
	border-radius: 0.3rem;
}

.info {
	display: block;
	border-radius: 0.3rem;
	border: 1px solid #e9b817;
	padding: 0.5rem;
	margin-bottom: 24px;
	background-color: #fff6eb;
	font-size: 12px;
	max-width: 23.75rem;
}

.info > b {
	display: block;
	margin-bottom: -10px;
}

#klassList {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: -4px;
	max-width: 504px;
}

#klassList a {
	padding: 6px;
	border: 1px solid #e9b817;
	border-radius: 0.3rem;
	margin-right: 4px;
	margin-bottom: 6px;
	text-decoration: none;
	background-color: #fff6eb;
}

#klassList a:hover {
	background-color: #ffffff;
}

.results-table {
	overflow-x: auto;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-radius: 0.625rem;
	overflow: hidden;
}

table.r0 tbody tr {
	background-color: #E6E6E6;
}

a {
	color: #e9b817;
}

pre {
	font-size: 10pt;
	display: block;
	padding-left: 8px;
}

.resultheader {
	display: inline-block;
	width: fit-content;
	border-style: solid;
	border-color: #e9b817;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0.3rem;
	border-width: 1px 1px 1px 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0.4rem 0;
	padding-left: 8px;
	margin-left: -8px;
	margin-bottom: 4px;
	color: #000000;
	background-color: #e9b817 !important;
	text-transform: uppercase;
}

.r1 > tbody > tr > td.resultheader {
    display: block;
	padding: 0.4rem !important;
	margin-top: 1rem;
	max-width: 6.25rem;
	width: 100%;
	border-radius: 0.2rem;
}

.r1 > tbody > tr > td.css_members {
	display: block;
	font-size: 12pt;
	font-weight: 600;
	margin-top: 0.4rem;
	margin-bottom: 1rem;
}

.classheader {
	display: block;
	padding-top: 1rem;
	margin-bottom: -10px;
	color: #e9b817;
	font-size: 22pt;
	font-weight: bold;
}


.r1 {
	background-color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	margin-top: 1.4rem;
}

.r0 {
	background-color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}
.s1 {
	background-color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}

.s0 {
	background-color: #E6E6E6;
	font-size: 10pt;
	text-decoration: none;
}

.miniurl {
	font-size: 10pt;
}

.split {
	font-style: italic;
}

a:active.rlink, a:link.rlink, a:visited.rlink {
	text-decoration: none;
	color: Maroon;
}

a:hover.rlink {
	text-decoration: underline;
	color: #F5D45F;
}

.classinfo {
	font-weight: 600;
}

.team0 {
	background-color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
    text-align: left;
    vertical-align: top;	
}
.team1
{
    background-color: #E6E6E6;
    font-size: 10pt;
    text-decoration: none;
	font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.fullTable{
	border: 2px solid Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bolder;
	margin-top: 0.3rem;
	margin-bottom: 0.28rem;
}

.styleBig{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: bold;
}

.styleLegNr{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	border: 2px solid Gray;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	width: 20.3rem;
}

.styleNameBox{
	border-bottom: 1px dashed Black;
}

.styleName{
	width: 12.5rem;
	border-bottom: 1px dashed Black;
}

.styleNumber{
	text-align: right;
	width: 3.75rem;
	border-bottom: 1px dashed Black;
}

.resultheader td {
	vertical-align: bottom;
	padding: 6px;
}

td
{
    vertical-align: middle;
	padding: 0.28rem;
}


.r1 > tbody > tr > td
{
    vertical-align: middle;
	padding: 0rem;
}

.css_result
{
    font-size: 16pt;
    background-color: #fff6eb;
    color: #f03535;
    font-weight: bolder;
    text-align: center;
}    

.css_splits
{
    font-size: 8pt;
    font-family: 'Courier New' , Courier, monospace;
    font-weight: normal;
}

.time_ND0
{
    background-color: #C0C0C0;
    color: #FFFF00;
}

.time_ND1
{
    background-color: #FFFFCC;
    color: #008000;
}

.win_gold {
    color: #f03535;
}

.win_silver {
    color: #f03535;
}

.win_bronz {
    color: #f03535;
}
@media print
{
.info {
	background-color: White;
	font-size: 10pt;
}

.resultheader {
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid Gray;
	margin-top: 0.3rem;
	border-width: 1px 1px 1px 1px;
	color: #FFFFCC;
	background-color: Navy;
}

.classheader {
	font-size: 12pt;
	font-weight: bold;
}
.r1 {
	background-color: #EEF7FF;
	font-size: 10pt;
	text-decoration: none;
}

.r0 {
	background-color: #D0F0FF;
	font-size: 10pt;
	text-decoration: none;
}
.s1 {
	background-color: #EEF7FF;
	font-size: 10pt;
	text-decoration: none;
}

.s0 {
	background-color: White;
	font-size: 10pt;
	text-decoration: none;
}

.miniurl {
	font-size: 10pt;
}

.split {
	font-style: italic;
}

a:active.rlink, a:link.rlink, a:visited.rlink {
	text-decoration: none;
	color: Maroon;
}

a:hover.rlink {
	text-decoration: underline;
	color: #F5D45F;
}

.team0 {
	background-color: #D0F0FF;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
    text-align: left;
    vertical-align: top;	
}
.team1
{
    background-color: #EEF7FF;
    font-size: 10pt;
    text-decoration: none;
	font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.fullTable{
	border: 2px solid Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bolder;
	margin-top: 0.3rem;
	margin-bottom: 0.28rem;
}

.styleBig{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: bold;
}

.styleLegNr{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	border: 2px solid Gray;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	width: 20.3rem;
}

.styleNameBox{
	border-bottom: 1px dashed Black;
}

.styleName{
	width: 12.5rem;
	border-bottom: 1px dashed Black;
}

.styleNumber{
	text-align: right;
	width: 3.75rem;
	border-bottom: 1px dashed Black;
}

.css_members 
{
    font-size: 8pt;
}

.css_result
{
    font-size: 16pt;
    background-color: #FFFFCC;
    color: #FF0000;
    font-weight: bolder;
    text-align: center;
}    

.css_splits
{
    font-size: 8pt;
    font-family: 'Courier New' , Courier, monospace;
    font-weight: normal;
}

.time_ND0
{
    background-color: #C0C0C0;
    color: #FFFF00;
}

.time_ND1
{
    background-color: #FFFFCC;
    color: #008000;
}

.win_gold {
    color: #f03535;
}

.win_silver {
    color: #f03535;
}

.win_bronz {
    color: #f03535;
}
}

/* Add a "back to top" button that's always visible */

a[href="#top"]::after {
	content: "↑";
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 45px;
	height: 40px;
	background-color: #fff6eb;
	color: black;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding-bottom: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 1000;
}

html {
	scroll-behavior: smooth;
}
