
.rozwal-to-box {
    font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000 url(../img/rozwal-to-box-bg.jpg) no-repeat center bottom;
    font-size: 14px;
    padding: 18px 18px 16px;
    color: #fff;
}
.rozwal-to-box a {
    text-decoration: none;
}
.rozwal-to-box a:hover {
    text-decoration: underline;
}
.rozwal-to-logo {
    float: right;
    bottom: -2px;
    position: relative;
}
.rozwal-to-logo img {
    max-width: 100px;
    border: none;
}
.rozwal-to-box h3 {
    margin: 0 0 8px;
    font-size: 115%;
    text-transform: uppercase;
    color: #6a939f;
    font-weight: 600;
}
.rozwal-to-footer {
    margin: 14px 4px 0;
    text-align: right;
}
.rozwal-to-footer a {
    color: #8bc1d1;
}
.rozwalaj-ico {
    background: url(../img/rozwalaj-ico.png) no-repeat right center;
    padding-right: 24px;
}
.table-tabs {
    padding: 6px 0 4px;
    list-style: none;
    border-top: 1px solid #4f0d05;
    border-bottom: 1px solid #4f0d05;
    margin: 8px 0 8px;
    font-size: 84%;
    line-height: 110%;
}
.table-tabs li {
    display: inline-block;
    border-left: 1px solid #245362;
    padding: 0 4px 0 6px;
}
.table-tabs li:first-child {
    border-left: none;
    padding: 0 4px 0 0;
}
.table-tabs a {
    color: #6a939f;
}
.table-tabs a:hover {
    color: #46A8C5;
}
.table-tabs a:focus {
    text-decoration: none;
}

.tables-ranking {
    width: 100%;
    border-collapse: collapse;
}
.tables-ranking th {
    padding: 0 5px;
    font-weight: bold;
    color: #6a939f;
    text-align: left;
}
.tables-ranking td {
    padding: 1px 5px 0;
}
.tables-ranking > tbody > tr:nth-of-type(odd){
    background-color: rgba(223, 223, 223, 0.15);
}
.tables-ranking td:nth-child(2), .tables-ranking th:nth-child(2){
    text-align: right;
}
.tables-ranking a {
    color: #fff;
}
