/* AA contrast pass for tournament pages viewed by players. */
.pub-body .pub-tab {
    color: #55606f;
}

.pub-body .pub-tab.active {
    color: #3658d4;
    border-bottom-color: #3658d4;
}

.pub-body .pub-tb,
.pub-body .pub-footer-brand,
.pub-body .pub-footer-links a {
    color: #55606f;
}

.pub-body .pub-footer-brand a,
.pub-body .pub-footer-links a:hover {
    color: #3658d4;
}

.pub-body .pub-table td.pub-pos {
    border-left: 3px solid transparent;
    font-weight: 800;
}

.pub-body .pub-table td.pub-pos-1 {
    border-left-color: #9a6700;
    background: #fffbeb;
    color: #704700;
}

.pub-body .pub-table td.pub-pos-2 {
    border-left-color: #64748b;
    background: #f1f5f9;
    color: #374151;
}

.pub-body .pub-table td.pub-pos-3 {
    border-left-color: #9a3412;
    background: #fff7ed;
    color: #7c2d12;
}
