<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#live-relation-audio-muted {
    background: #CCC url(/_i/icon-20-a-sound-on.png) no-repeat 10px center;
    color: #FFF;
    border:  none; 
    right: 0;   
    width: 130px; 
    height: 40px; 
    padding: 0 0 0 36px;   
    margin-top: -9px;
    box-sizing: border-box;   
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    position: absolute;
    text-align: left;
    cursor: pointer;   
    z-index: 5;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; 
    transition: all 0.2s linear; 
}        
#live-relation-audio-muted:hover {
    background-color: #B8B8B8;
}       
#live-relation-audio-muted[data-muted="1"] {  
    background-color: #404040;
    background-image: url(/_i/icon-20-a-sound-off.png);
}    
#live-relation-audio-muted[data-muted="1"]:hover {
    background-color: #4D4D4D;
}

#live-relation-scroll-panel {
    background-color: #66CC00;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -200px;
    z-index: 999;
    opacity: 1;  
    padding: 20px 0; 
    text-align: center;
    transition: all 0.5s linear; 
}     
#live-relation-scroll-panel.visible {
    bottom: 0;
    opacity: 1;  
} 
#live-relation-scroll-panel span {
    background-color: #404040;   
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s linear;        
}      
#live-relation-scroll-panel span:focus,
#live-relation-scroll-panel span:hover {
    background-color: #4D4D4D;     
}
     
.live-header h1, 
.live-header h2 {
    display: none;
}      
.live-report-title-row td {
    font-family: "Roboto Condensed",Arial,serif;    
    font-size: 50px;
    font-weight: 400;                
    line-height: 60px; 
    padding: 0 10px 20px 10px;
}      
.live-report-title-row td:last-child,
.live-report-title-row td:first-child {
    width: 400px;   
}  
.live-report-icons-row td {
    padding: 10px 0 40px 0;
}     
.live-report-result-row td {
    padding: 0 0 35px 0;
} 
.live-report-result-row td span {
    background-color: #666666;
    border-radius: 5px;  
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    line-height: 32px;
    min-width: 100px;
    padding: 10px 20px;
    text-shadow: #AAAAAA 0 1px 0;
}   

.live-report-box {      
    --assigned: 1;
    clear: both;
    margin: 30px 0 30px 0 !important;   
    border-bottom: #E8E8E8 1px solid; 
}    
.live-report-box:after {
    clear: both;     
    content: "";     
    display: table;  
    line-height: 0;
}      
.live-report-box dt,
.live-report-box dd {  
    border-top: #E8E8E8 1px solid;
    display: block;
    padding: 4px 0 2px 0;     
    margin: 0px;
    min-height: 48px;
}           
.live-report-box dt {
    clear: left;
}
.live-report-box dt.live-report-icon-time2,
.live-report-box dd.live-report-icon-time2 {  
    border-top: #E8E8E8 5px solid;    
}    
.live-report-box dt span.live-report-part-result {  
    padding: 0 0 0 55px;   
    margin: -14px 0 14px 0;
    color: #0099FF;
    font-weight: bold; 
}     
.live-report-box dt {  
    color: #999;
    float: left;
    width: 180px;  
}    
.live-report-box dt span,
.live-report-box dd span {   
    text-align: left;
    padding: 10px 0 14px 0;    
    display: block;
}           
.live-report-box dd {   
    color: #111;         
    float: left;
    width: 500px;  
}     
.live-report-box dd img {   
    display: block;      
    margin: 5px auto 7px auto;
    max-width: 530px;
}      
.live-report-box dd:last-child:after {
    clear: both;     
    content: "";     
    display: table;  
    line-height: 0;
}       
.live-report-box dd a { 
    color: #2A70B3;     
}    
.live-report-box dd a:hover { 
    color: #2A70B3;    
    text-decoration: underline; 
}         
.live-report-box dd a.link { 
    display: inline-block;
    background: #FFF;
    border: #E8E8E8 1px solid;
    color: #555;
    padding: 8px 40px;  
    margin: 10px auto; 
    font-size: 16px;
    font-weight: 500; 
    line-height: 20px;  
    display: block; 
    width: 500px; 
    text-decoration: none;  
    box-sizing: border-box;
    transition: all 0.2s linear;
    transform: translateZ(0); 
    border-radius: 5px;   
}    
.live-report-box dd a.link:hover {    
    border-color: #CCC;
    color: #111;  
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);  
}     
.live-report-box dd a.link::after {    
    background: url(/_i/icon-20-p-arrow-right.png) no-repeat center center;
    background-size: 18px 18px; 
    position: absolute; 
    top: 0;  
    right: 0;
    bottom: 0;
    display: block; 
    width: 30px;   
    content: "";   
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}     
.live-report-box dd a.link:hover::after {    
    background-image: url(/_i/icon-20-c-arrow-right.png);
}
.live-report-box dd a.link::before {    
    background: #666666 url(/_i/icon-30-a-url.png) no-repeat center center;
    background-size: 18px 18px; 
    position: absolute; 
    top: 0;  
    left: 0;
    bottom: 0;
    display: block; 
    width: 30px;   
    content: "";   
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}   
.live-report-box dd a.link[href*="facebook.com/"]::before {    
    background-image: url(/_i/icon-20-a-soc-facebook.png);
    background-color: #43609C;  
}          
.live-report-box dd a.link[href*="twitter.com/"]::before {    
    background-image: url(/_i/icon-20-a-soc-twitter.png);
    background-color: #55ACEE;  
}           
.live-report-box dd a.link[href*="x.com/"]::before,
.live-report-box dd a.link[href*="twitter.com/"][data-twx="1"]::before {    
    background-image: url(/_i/icon-20-a-soc-x.png);
    background-color: #000;  
}           
.live-report-box dd a.link[href*="plus.google.com/"]::before {    
    background-image: url(/_i/icon-20-a-soc-google-plus.png);
    background-color: #DD4B39;  
}           
.live-report-box dd a.link[href*="youtube.com/"]::before {    
    background-image: url(/_i/icon-20-a-soc-you-tube.png);
    background-color: #E62117;  
}          
.live-report-box dd a.link[href*="linkedin.com/"]::before {    
    background-image: url(/_i/icon-20-a-soc-linkedin.png);
    background-color: #0274B3;  
}                    
.live-report-box dd a.link[href*="pinterest.com/"]::before {    
    background-image: url(/_i/icon-20-a-soc-pinterest.png);
    background-color: #CB2027;  
}                   
.live-report-box dd a.link[href*="instagram.com/"]::before {    
    background-image: url(/_i/icon-20-a-soc-instagram.png);
    background-color: #004879;  
}                 
.live-report-box dd a.link[href*="tumblr.com/"]::before {    
    background-image: url(/_i/icon-20-a-soc-tumblr.png);
    background-color: #34465E;  
}                       
.live-report-box dd a.link[href*="wykop.pl/"]::before {    
    background-image: url(/_i/icon-20-a-soc-wykop.png);
    background-color: #F58739;  
}                  
.live-report-box dd a.link[href*="wprost.pl"]::before {    
    background-image: url(/wprost/_i/icons/wprost-favicon-32x32.png);
    background-color: #ED1C24;  
    background-size: 28px 28px; 
}    
.live-report-icon {        
    background-image: url(/_i/sport/sport_live_icon-sprite_32.png);
    background-position: center 9032px;
    background-repeat: no-repeat;   
    height: 32px;    
    width: 32px;
    padding: 0 !important;   
    margin: 6px 20px 0 2px;
    display: block;
    float: left;
}                        
.live-report-icon-ball4 .live-report-icon {        
    background-position: center 0px;
}           
.live-report-icon-ball3 .live-report-icon {        
    background-position: center -64px;
}        
.live-report-icon-ball1 .live-report-icon {        
    background-position: center -128px;
}        
.live-report-icon-ball2 .live-report-icon {        
    background-position: center -192px;
}        
.live-report-icon-box1 .live-report-icon {        
    background-position: center -256px;
}                   
.live-report-icon-box2 .live-report-icon {        
    background-position: center -320px;
}               
.live-report-icon-box3 .live-report-icon {        
    background-position: center -384px;
}           
.live-report-icon-time1 .live-report-icon {        
    background-position: center -448px;
}            
.live-report-icon-time2 .live-report-icon {        
    background-position: center -512px;
}          
.live-report-icon-time3 .live-report-icon {        
    background-position: center -576px;
}          
.live-report-icon-flag1 .live-report-icon {        
    background-position: center -640px;
}           
.live-report-icon-whistle1 .live-report-icon {        
    background-position: center -704px;
}         
.live-report-icon-card_red .live-report-icon {        
    background-position: center -768px;
}        
.live-report-icon-card_yellow .live-report-icon {        
    background-position: center -832px;
}       
.live-report-icon-player_C .live-report-icon {        
    background-position: center -896px;
}             
.live-report-icon-player_L .live-report-icon {        
    background-position: center -960px;
}            
.live-report-icon-player_G .live-report-icon {        
    background-position: center -1024px;
}         
.live-report-icon-arrows1 .live-report-icon {        
    background-position: center -1088px;
}              
.live-report-icon-arrows2 .live-report-icon {        
    background-position: center -1152px;
}          
.live-report-icon-arrows3 .live-report-icon {        
    background-position: center -1216px;
}          
.live-report-icon-11 .live-report-icon {        
    background-position: center -1280px;
}         
.live-report-icon-cross .live-report-icon {        
    background-position: center -1344px;
}    
.live-report-icon-tenis1 .live-report-icon {        
    background-position: center -1408px;
}        
.live-report-icon-tenis2 .live-report-icon {        
    background-position: center -1472px;
}    
.live-report-icon-flag2 .live-report-icon {        
    background-position: center -1600px;
}        
.live-report-icon-procent .live-report-icon {        
    background-position: center -1536px;
}
.live-report-icon-flag3 .live-report-icon {
    background-position: center -1664px;
}
.live-report-icon-play .live-report-icon {
    background-position: center -1728px;
}
.live-report-icon-replay .live-report-icon {
    background-position: center -1792px;
}
.live-report-icon-ace .live-report-icon {
    background-position: center -1856px;
}
                              
.live-report-box dd img.live-report-image {
    margin: 0 auto;
    max-width: 100%;   
    border-radius: 5px;
}   
.live-report-box dd div.live-report-video {
    background-color: #333;
    width: 100%;
    overflow: hidden;
    max-height: 280px;   
    border-radius: 5px;
}     
.live-report-box dd blockquote p {
    margin: 0; 
    padding: 0; 
}     
.live-report-box dd blockquote::after, 
.live-report-box dd blockquote p::after {
    display: none !important;
}     
.live-report-box dd .facebook-post,             
.live-report-box dd .twitter-tweet,             
.live-report-box dd .twitter-tweet-rendered,
.live-report-box dd iframe.instagram-media {
    display: block;
    position: static; 
    visibility: visible;
    width: 500px;     
    min-width: 450px; 
    padding: 0px; 
    max-width: 100%; 
    min-width: 220px;
    margin-top: 10px; 
    margin-bottom: 10px;
    margin-left: auto !important;
    margin-right: auto !important;  
}    
.live-report-box dd div.live-report-video img {
    width: 100%;
    margin: 0;
    display: block;
    opacity: 0.5;
}    
.live-report-box dd figure.live-report-video {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;  
	cursor: pointer;  
    border-radius: 5px;
}           
.live-report-box dd figure.live-report-video iframe {   
    border-radius: 5px;    
	z-index: 5;
}     
.live-report-box dd figure.live-report-video:before {
	background: #333;
	content: "";
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;    
    margin:0;
	position: absolute;
	opacity: 0.3;
	z-index: 3;
}   
.live-report-box dd figure.live-report-video:after {
	background: rgba(255, 239, 102, 0.9) url(/_i/icon-30-c-video.png) center center no-repeat;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;    
    margin: -30px 0 0 -30px;
	position: absolute;
	border-radius: 4px;
	opacity: 0.9;
	z-index: 3;
}   
.live-report-box dd figure.live-report-video:hover:after {
	background-color: rgba(255, 239, 102, 1); 
	opacity: 1;
}   

.live-report-list-box dt,
.live-report-list-box dd {
    float: none;
    width: auto;
    min-height: auto;
    padding: 0;
}             
.live-report-list-box dd {
    border-top: none;   
    padding: 25px 0 26px 0;
}              
.live-report-list-box dt span.live-report-time-empty,  
.live-report-list-box dt span.live-report-part-result,
.live-report-list-box dt.live-report-icon-none .live-report-icon {
    display: none;
}                          
.live-report-list-box dt span.live-report-icon {
    margin: 23px 12px 0 0;
}       
.live-report-list-box dt span.live-report-time {
    color: #333;
    font-family: "Roboto Condensed", Roboto, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding: 0;
    margin: 25px 0 -14px 0;
    min-height: 22px;
}  
.live-report-list-box dd span {
    padding: 0;
}     
.live-report-list-box dd span br {
    display: block;
    margin: 4px 0;
    content: "";
}     
.live-report-list-box dd img {
    max-width: none;
}     
             
.live-report-timeline-box {
    border: none; 
    border-left: #E8E8E8 4px solid; 
    margin-left: 50px;   
    margin-top: 0;   
    position: relative;
}  
.live-report-timeline-box.art-list {
    max-width: 1110px;  
    margin: 10px auto 40px auto;   
}    
.live-report-timeline-box:before {  
    background-color: #FFF;  
    position: absolute;
    display: block;  
    top: 0; 
    left: -50px;    
    width: 90px;  
    height: 46px;
    content: ""; 
    z-index: 8; 
}     
.live-report-timeline-box dt,
.live-report-timeline-box dd {
    float: none;
    width: auto;
    min-height: auto;
    padding: 0;  
    margin-left: 50px;     
    position: relative;
}      
           
.live-report-timeline-box dd {
    border-top-color: rgba(0, 0, 0, 0);   
    padding: 25px 0 26px 0;
}           
.live-report-timeline-box dt:first-child {  
    border-top: none;   
    padding-top: 1px;      
}            
.live-report-timeline-box dt span.live-report-time-empty,  
.live-report-timeline-box dt span.live-report-part-result {
    display: none;
}                          
.live-report-timeline-box dt span.live-report-icon {
    background-color: #FFF;    
    margin: 0;
    position: absolute;
    left: -68px;    
    top: 22px;
    float: none;   
    z-index: 10; 
}                         
.live-report-timeline-box dt.live-report-icon-none span.live-report-icon {
    display: none;
}           
.live-report-timeline-box dt:after {  
    background-color: #FFF;    
    border: #E8E8E8 4px solid; 
    position: absolute;
    display: block;  
    top: 9px; 
    left: -81px;    
    width: 50px;  
    height: 50px;
    content: ""; 
    -webkit-border-radius: 100%; 
    -moz-border-radius: 100%; 
    -ms-border-radius: 100%; 
    -o-border-radius: 100%; 
    border-radius: 100%;    
    z-index: 9; 
}         
.live-report-timeline-box dt[class=""]::after,                                       
.live-report-timeline-box dt:not([class])::after,           
.live-report-timeline-box dt.live-report-icon-none::after {  
    background-color: #FFF;    
    border: #E8E8E8 4px solid; 
    top: 23px; 
    left: -66px;    
    width: 20px;  
    height: 20px;
}                                                              
.live-report-timeline-box dt[class=""] span.live-report-icon,                                       
.live-report-timeline-box dt:not([class]) span.live-report-icon,                  
.live-report-timeline-box dt.live-report-icon-none span.live-report-icon {  
    display: none;
}                         
.live-report-timeline-box dt.live-report-icon-none:first-child:after {  
    background-color: #ED1C24;   
}   

.live-report-timeline-box dt span.live-report-time {
    color: #050505;
    padding: 0;
    margin: 25px 0 -14px 0;       
    text-align: left;
}  
.live-report-timeline-box dd span {
    padding: 0;
}     
.live-report-timeline-box dd span br {
    display: block;
    margin: 4px 0;
    content: "";
}     
.live-report-timeline-box dd img {
    max-width: none;
}      
@media (max-width: 1195px) {   
    .live-report-box dd {
        width: 600px;          
    }       
    .live-report-list-box dd,
    .live-report-timeline-box dd {
        width: auto;          
    }      
}         
@media (max-width: 990px) {  
    .live-report-title-row td:last-child, 
    .live-report-title-row td:first-child,
    .live-report-icons-row td:last-child, 
    .live-report-icons-row td:first-child,
    .live-report-result-row td:last-child, 
    .live-report-result-row td:first-child {
        width: 43%;
    }
    .live-report-title-row td {
        font-size: 30px;
        line-height: 35px;
    }    
}  
@media (max-width: 840px) {                                 
    .live-report-box:not(.live-report-timeline-box) {
        padding-top: 50px;
    }
    .live-report-timeline-box {
        margin-left: 10px;
    }
    .live-report-box dd,
    .live-report-box dt {
        float: none;
        width: 100%;
        position: relative;
    }     
    .live-report-timeline-box dd,
    .live-report-timeline-box dt {
        width: auto;                                                      
    }                      
    .live-report-box:not(.live-report-timeline-box) dt {
        min-height: 32px;
    }    
    .live-report-box:not(.live-report-timeline-box) dt.live-report-icon-none {
        margin-top: -26px;
        min-height: auto;
    }    
    .live-report-box:not(.live-report-timeline-box) dt span {
        padding-bottom: 0;
    }        
    .live-report-box:not(.live-report-timeline-box) dd {
        border: none !important;
    }          
    .live-report-box:not(.live-report-timeline-box) dd, 
    .live-report-box:not(.live-report-timeline-box) dd span {
        margin-top: 0;
        padding-top: 0;
    }           
    .live-report-box:not(.live-report-timeline-box) dd span {
        padding-bottom: 40px;
    }           
    .live-report-list-box dd {
        padding: 25px 0 0 0;
    }      
               
    .live-report-box dt span.live-report-icon {
        background-color: #FFF;
        margin: 0 0 0 -25px;
        padding: 0;
        position: absolute;
        left: 50%;
        top: -16px; 
        box-shadow: 0 0 20px #FFF;  
    }            
    .live-report-timeline-box dt span.live-report-icon {
        margin: 0;
        left: -68px;
        top: -22px;    
        box-shadow: none;  
    }             
    .live-report-box dt.live-report-icon-none span.live-report-icon {
        display: none;
    }            
    .live-report-box dt span.live-report-part-result {
        background: #FFF;
        margin: -27px 0 0 0;
        padding: 0 0 0 10px;
        float: right;
    }    
    .live-report-list-box dt {
        margin-bottom: 28px;
    }    
    .live-report-list-box dd {
        padding-bottom: 20px;
    }
    
    .live-report-timeline-box.art-list {
        margin: 0 40px 40px 50px; 
    }
}    
@media (max-width: 640px) {   
    .live-report-box dd .facebook-post {
        width: 100% !important;    
    }                            
    .live-report-box dd a.link {   
        width: 100%;    
        margin: 0;
    }
}    
@media (max-width: 480px) {   
    .live-report-title-row td {
        padding-left: 5px;
        padding-right: 5px;
    }  
    .live-report-box dd iframe.instagram-media {
        min-width: auto !important;
    }      
}    
@media (max-width: 1195px) {   
    .live-report-timeline-box::before {
        width: 75px;
    }               
    .live-report-timeline-box dt, 
    .live-report-timeline-box dd {
        margin-left: 28px;     
    }        
    .live-report-timeline-box dt::after {
        background-color: #E8E8E8;
        top: 10px;
        left: -56px; 
        width: 42px;
        height: 42px;
    } 
    .live-report-timeline-box dt[class=""]::after,                                       
    .live-report-timeline-box dt:not([class])::after,           
    .live-report-timeline-box dt.live-report-icon-none::after {
        left: -44px;
    }        
    .live-report-timeline-box dt span.live-report-icon {  
        background-color: transparent;
        top: 20px;
        left: -47px;
    }           
    
    .live-report-timeline-box.art-list {
        margin: 0 20px 40px 30px; 
    }
}    

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