.ppleaderboard th,
td {
    padding: 2px 3px 2px 3px;
}

.ppleaderboard th {
    text-align: center;
    font-weight: bold;
}

.ppleaderboardbanner {
    background-color: #ebc378;
}

.ppleaderboardcolumns th {
    background-color: #e2f0d9;
    vertical-align: middle;
}

.ppleaderboard {
    width: 100%;
    table-layout: fixed;
    font-size: clamp(0.25rem, 3vw, 1rem);
    text-size-adjust: auto;
}

.potablinktext {
    animation: potasharpBlink 1.5s step-start 3;
}

@keyframes potasharpBlink {
    50% {
        opacity: 0;
    }
}

.potastartdateheader {
    font-size: 2em;
    color: #006600;
    font-weight: bold;
    text-align: center;
}