.gojigames {
    text-align: center;
    font-family: Arial, sans-serif;
}

.gojigames .game-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.gojigames .list .table th {
    background: #1471db;
    text-align: left;
    font-size: 24px;
    color: #fff;
}
.gojigames .list .table tr:first-child th:last-child {
    text-align: right;
    padding-right: 24px;
}

.gojigames .list .table tr td:first-child {
    padding-left: 24px;
}

.gojigames .list .table tr td:last-child {
    padding-right: 24px;
}


.gojigames .list .tableRow.highlight {
    background-color: #AFD0F4;
}

.gojigames .list .tableRow.border { 
    box-shadow: inset 0 0 0 6px #1471DB;
}
.dark .gojigames .list .table th {
    background: #1683ff;
}

.dark .gojigames .list .tableRow {
    background: #2f3337;
}

.dark .gojigames .leaderboard .nameAndIcon .teamName,
.dark .gojigames .leaderboard .rank,
.dark .gojigames .leaderboard .metric,
.dark .gojigames .leaderboard .nameAndIcon .organizationName,
.dark .gojigames .list .tableRow.highlight .rank,
.dark .gojigames .list .tableRow.highlight .teamNameContainer .teamName,
.dark .gojigames .list .tableRow.highlight .metric {
    color: #fff;
}

.dark .gojigames .list .tableRow.highlight {
    background-color: #2061AB;
}

.gojigames .list .tableRow.me { 
    box-shadow: inset 0 0 0 6px #1683FF;
}

@media (max-width: 1024px) {
    .gojigames .list .table th {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0.2px;
    }
}
