.games_table {
    border-collapse: collapse;
}

.games_table td,th {
    border: 1px solid var(--shiny-font-color);
    padding: 10px;
}

.games_table tr:first-child th {
    border-top: 0;
}

.games_table tr td:first-child,th:first-child {
    border-left: 0;
}

.games_table tr:last-child td,th {
    border-bottom: 0;
}

.games_table tr td:last-child,th:last-child {
    border-right: 0;
}