/* Tab Classes  */
[role="tablist"] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

[aria-selected="true"] {
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.1em;
  color: #e7abdf;
}

/* extra styling to make the tabs look better that wasn't in the video */
.tabs-container {
  padding: 2.5rem;
  border-radius: 0.5rem;
  background: hsl(0 0% 50% / 0.1);
  min-width: 70vw;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.wrapper {
  width: min(50rem, 100% - 2rem);
  margin-inline: auto;
}

.site-title {
  font-size: var(--fs-900);
  line-height: 1.05;
  text-transform: uppercase;
}

.section-title {
  font-size: var(--fs-800);
  line-height: 1.1;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* New Stuff */
#derRiese_Leaderboard{
  margin-top: 33px;
}

#derRiese_Leaderboard table {
    border-collapse: collapse;
    border-spacing: 1px;
}

#derRiese_Leaderboard tr:nth-child(even) {
  background-color: #15161b5c;
}
#derRiese_Leaderboard tr:nth-child(odd) {
  background-color: #ededeb55;
}

#derRiese_Leaderboard tr:nth-child(1) {
    background-color: #A5EFAC;
}

#derRiese_Leaderboard tr:nth-child(1) th{
    color: #15161B;
}

/* #derRiese_Leaderboard th:nth-child(even){
  background-color: #15161b5c;
}
#derRiese_Leaderboard th:nth-child(odd){
  background-color: #ededeb55;
} */