.zgoda_na_cookie{
    position: fixed;
    top: -100px;
    width: 100% !important;
    z-index: 99999;
}

.zgoda_na_cookie div{
    width: 80% !important;
    padding: 10px;
    border: solid 1px #777;
    background: #fff;
    background: rgba(255,255,255,0.9);
    color: #000;
    font-size: 11px;
    margin: 0 auto;
    overflow: hidden;
}

.zgoda_na_cookie div span{
    background: #5e5e5e;
    color: #fff;
    font-weight: bold;
    display: block;
    cursor: pointer;
    float: right;
    margin: 10px 0 0 10px;
    padding: 3px 5px;
}

body > div > header > div:nth-child(1) > nav{
}

body > div > header > div:nth-child(1) > div > a > img{
    height: 50px;
}

#score-scroll > div:nth-child(1) > div > div:nth-child(1) span > strong{
    color: #5e5e5e;
    text-transform: uppercase;
}

#score-scroll > div:nth-child(1) > div > div:nth-child(1) > a{
    color: #5E5E5E;
}
#score-scroll > div:nth-child(1) > div > div:nth-child(1) > div > a{
    color: #5E5E5E;
}
#score-scroll > div:nth-child(1) > div > div:nth-child(1) > div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 145px;
}
#news-wrapper .news-content p{
    margin: 1em 0;
}

.news-list > div > h3 a{
    color: #5E5E5E;
}

#teminarz-tbl > table tr td:first-child{
    width: 70%;
}

#teminarz-tbl > table tr td:first-child a{
    color: #5e5e5e;
}

#teminarz-tbl > table tr td:nth-child(3){
    width: 10%;
}

#team-header .wrapper .address a{
    color: #fff;
}

#team-wrapper h2, #player-wrapper h2 {
    color: #5e5e5e;
    font-size: 20px;
    text-transform: uppercase;
    margin: 13px 0;
}

#tabbedstats{
    overflow: hidden;
}

.wait{
    text-align: center;
    height: 200px;
}

.headerSort{
    cursor: pointer;
    background-image: url('/tpl/index2/images/sort.png');
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 13px;
}

.headerSortDown{background-image: url('/tpl/index2/images/sort_asc.png');}
.headerSortUp{background-image: url('/tpl/index2/images/sort_desc.png');}
