<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    position: relative;
}
h1{
    margin-top:25px;
    text-align: center;
    padding: 15px;
}
#df{
    text-align:center;
}
#head{
    width:100%;
}
.search{
    margin-right: 10px;
    margin-left: auto;
    margin-bottom: 10px;
    max-width: 200px;
}
.btn {
    padding: 2px 4px !important;
    transform: translateY(-2px);
    line-height: 0;
}
table, tbody{
	border:none !important;
}
.thead{
    text-align: center;
}
.thead&gt;button{
    margin-bottom: 3px;
}
.fkbtn{
    visibility: hidden;
}
i{
    font-size: 7px;
}
.placeactive{
    display:none;
}
.place,.points,.name,.fstname{
    font-weight: bold;
}

.zui-table thead th {
    border: none;
    white-space: nowrap;
}
.zui-table tbody td {
    white-space: nowrap;
}
.zui-wrapper {
    position: relative;
    margin: 0 auto;
    width: auto !important;
    text-align: center !important;
    display: inline-block;
}
.zui-scroller {
    margin-left: 50px;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 5px;
    min-width: 33vw;
}
.zui-table .zui-sticky-col {
    left: 0;
    position: absolute;
    top: auto;
}
.zui-pos{
    min-width: 50px !important;
}

@media only screen and (max-width: 600px) {
    .btn,.fkbtn{
        display: none;
    }
    .zui-scroller{
        width: calc(100vw - 50px) !important;
    }
}
@media only screen and (min-width: 601px) {
    .min{
        min-width: 80px;
    }
}

.playerslink{
    color:#212529;
}
/*tr:first-child, tr:first-child &gt; .place{*/
/*background-color: #f1f000!important;*/
/*}*/
/*tr:nth-child(2),tr:nth-child(2)&gt;.place{*/
/*background-color: #bdbdbd !important;*/
/*}*/
/*tr:nth-child(3),tr:nth-child(3)&gt;.place{*/
/*background-color: #dca051 !important;*/
/*}*/
tr:nth-child(even),tr:nth-child(even)&gt;.place{
    background-color: #f9f9f9;
}
tr:nth-child(odd),tr:nth-child(odd)&gt;.place{
    background-color: #e6e6e6;
}

.table td{
    padding: 5px;
    border:none!important;
}
.table th{
    padding: 5px;
    border:none!important;
}
thead, th{
    background-color: #222;
    color: #fff;
}
a:hover{
    text-decoration: none;
}
.st1, .st1 &gt; td{
    background-color: gold!important;
}
.st2, .st2 &gt; td{
    background-color: #aaaaaa!important;
}
.st3, .st3 &gt; td, .st3 &gt; td &gt; a{
    background-color: #b48e6f !important;
}
.st3 &gt; td &gt; a:hover {
    color:#0056b3!important;
}
footer{
    padding: 0 0 25px;
    text-align: center;
    font-weight: 300;
}
footer div{
	display:inline-block
}
#programinfo{
    font-weight: 600;
}
footer img{
	vertical-align:top;
    max-width: 100px;
}
@media print{
	a{
		text-decoration:none!important;
		color:#212529;
	}
	.fkbtn,.btn,#search,footer img{
		display:none;!important;
	}
	thead, th{
    color: #212529;
	}
	table { page-break-inside:auto }
   tr    { page-break-inside:avoid; page-break-after:auto }

}</pre></body></html>