<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-info{
    background: url('./bg_04.png') repeat-x top center;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 113px;
    z-index: 1000;
}
#cookie-info p{
    margin: 0;
    font-family:Arial;
}
#cookie-close{
    width: 75px;
    height: 14px;
    background: url('./zamknij_03.png') no-repeat top center;
    position:absolute;
    top:10px;
    right:0;
    cursor: pointer;
}
#cookie-wrapper{
    width: 900px;
    margin: 0 auto;
    position: relative;
    background: url('./bg_01.jpg') no-repeat top center;
    height:113px;
}
#cookie-info .nag{
    font-size:15px;
    color: #b00e0e;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 5px;
}
#cookie-info .ccontent{
    font-size: 12px;
    line-height: 18px;
}
#cookie-info .cinfo{
    margin-top: 10px;
}
#cookie-info .cinfo a{
    color: #b00e0e;
    text-decoration: none;
    font-weight: bold;
}
#cookie-info .cinfo a:hover{
    text-decoration: underline;
}         
@media all and (max-width: 1040px) {
  #cookie-info{
    padding-left:40px;
    padding-right:40px;
    width:auto;    
    height: auto;    
    background-repeat:repeat;    
  }     
    #cookie-wrapper{
        width: auto;   
        height:auto;
    }
}</pre></body></html>