.h1, h1 {
    font-size: 30px;
}

.h2, h2 {
    font-size: 24px;
}

.table-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
    width: 100%;
}

th, td {
    padding: 10px;
}

td.top-scores {
    padding: 0;
}

.games-container:not(:has(.description.gray)) p {
    color: #333 !important;
    font-size: 14px !important;
}

.container-column > .description.gray, .description.gray.extend {
    margin-bottom: 10px;
}

.container-column > .description.gray p {
    margin-bottom: unset;
}

p {
    margin-bottom: unset;
}

div.main-content p {
    margin-bottom: unset;
}
