@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;1,400;1,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: #316a2f;
	font-size: 14pt;
	font-weight: 600;
	margin-bottom: 0.6rem;
}

.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: #316a2f;
	color: #fff6eb;
	border-radius: 0.3rem;
}

.info {
	display: block;
	border-radius: 0.3rem;
	border: medium double #316a2f;
	padding: 0.35rem;
	background-color: #fff6eb;
	font-size: 11pt;
	max-width: 23.75rem;
}

.info-location {
	display: flex;
	align-items: center;
	color: #316a2f;
	margin-bottom: 0.75rem;
}
.info-date {
	font-size: 1rem;
	font-weight: 300;
	
}
.info-date span {
	text-transform: uppercase;
	font-size: 0.8rem;
}
.info-org {
	margin-bottom: 6px;
	font-size: 0.8rem;
	font-weight: 600;
}

.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: #316a2f;
}

pre {
	font-size: 10pt;
}

.resultheader {
	border-style: solid;
	border-color: #316a2f;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0.3rem;
	border-width: 1px 1px 1px 1px;
	color: #fff6eb;
	background-color: #316a2f !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: 2.2rem;
	color: #316a2f;
	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 {
}

.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;
}

.classinfo {
}

.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;
}
