html{

    font-family: "Bahnschrift", sans-serif;
  }
  
  h2, h5{
    font-family: "Bahnschrift", sans-serif;
  }

  
  h2 b{
    font-family: "Bahnschrift", sans-serif;
  }
  
  h3{
    font-family: "Bahnschrift", sans-serif;
  }
  
  nav{
    font-family: "Bahnschrift", sans-serif;
  }
  
  td tr{
    font-family: 'Bahnschrift', sans-serif;
  }

#cuali{
  text-align: center;
  display: block;
  font-family: 'Bahnschrift', sans-serif;
}

span{
  
  position: relative;
}


body {
  font-family: 'Bahnschrift', sans-serif;
}

/*
.table-striped > tbody > tr:nth-of-type(-n+4) {
  background-color: blue;
  opacity: 0.8;
  color: white;
}

.table-striped > tbody > tr:nth-of-type(5) {
  background-color: brown;
  color: white;
}

.table-striped > tbody > tr:nth-of-type(6) {
  background-color: brown;
  color: white;
}

.table-striped > tbody > tr:nth-of-type(7) {
  background-color: green;
  color: white;
}

.table-striped > tbody > tr:nth-last-child(-n+3) {
  background-color: orange;
  color: white;
}

.table-striped > tbody > tr:nth-last-child(-n+2) {
  background-color: red;
  opacity: 0.9;
  color: white;
}
*/
.dotchampions{
  height: 10px;
  width: 10px;
  background-color: blue;
  border-radius: 50%;
  display: inline-table;
  margin-right: 5px;
  font-family: 'Bahnschrift', sans-serif;
}

.doteleague{
  height: 10px;
  width: 10px;
  background-color: brown;
  border-radius: 50%;
  display: inline-table;
  margin-right: 5px;
  font-family: 'Bahnschrift', sans-serif;
}

.dotconference{
  height: 10px;
  width: 10px;
  background-color: green;
  border-radius: 50%;
  display: inline-table;
  margin-right: 5px;
  font-family: 'Bahnschrift', sans-serif;
  
}

.dotrelegation{
  height: 10px;
  width: 10px;
  background-color: orange;
  border-radius: 50%;
  display: inline-table;
  margin-right: 5px;
  font-family: 'Bahnschrift', sans-serif;
}

.dotabstieg{
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-table;
  margin-right: 5px;
  font-family: 'Bahnschrift', sans-serif;
}
/*
  #lider_tabla{
    background-color: limegreen;
    color: white;
   font-size: 30px;
   font-family: "Bahnschrift", sans-serif;
  }
  
  #lider_tabla h2 span{
    color: white;
    font-size: 30px;
    font-family: "Bahnschrift", sans-serif;
  }
  
  #lider_tabla h2{
    color: white;
    font-size: 20px;
    font-family: "Bahnschrift", sans-serif;
  }
  
  #lider_dif{
    background-color: orange;
    color: white;
    font-size: 30px;
    font-family: "Bahnschrift", sans-serif;
  }
  
  #lider_dif h2 span{
    color: white;
    font-size: 30px;
    font-family: "Bahnschrift", sans-serif;
  }
  
  #lider_dif h2{
    color: white;
    font-size: 20px;
    font-family: "Bahnschrift", sans-serif;
  }
  
  #ultimo_tabla{
    background-color: red;
    color: white;
    font-size: 30px;
    font-family: "Bahnschrift", sans-serif;
  }
  
  #ultimo_tabla h2 span{
    color: white;
    font-size: 30px;
    font-family: "Bahnschrift", sans-serif;
  }
  
  #ultimo_tabla h2{
    color: white;
    font-size: 20px;
    font-family: "Bahnschrift", sans-serif;
  }
  
  .grande{
  font-size: 72px;
  text-align: right;
  font-family: "Bahnschrift", sans-serif;
  }
  
  #forma{
  background-color: lightsteelblue;
  font-family: "Bahnschrift", sans-serif;
  }
  
 @container style(--table-type: 63) {
.table-striped > tbody > tr:nth-child(-n+2){
  background-color: royalblue;
  --theme-foreground-alt: white;
  font-family: "Bahnschrift", sans-serif;
  }
  
.table-striped > tbody >tr:nth-child(-n+3){
  background-color: white;
  color:black;
  font-family: "Bahnschrift", sans-serif;
  } 
  
 }
  
tbody:has(tr:nth-last-child(15)){
    --table-type: 63;
    color: white;
  }
  
tbody:has(tr:nth-last-child(17)){
    --table-type: normal;
    color: white;
    }
  
tbody:has(tr:nth-child(19)){
    --table-type: 91;
    color: white;
  }
  
  @container style(--table-type: 91) {
  tr:nth-child(-n+4){
  background-color: royalblue;
  --theme-foreground-alt: white;
  font-family: "Bahnschrift", sans-serif;
  }
  
  tr:nth-last-child(-n+4){
  background-color: red;
  --theme-foreground-alt: white;
  font-family: "Bahnschrift", sans-serif;
  }
  }
  
  @container style(--table-type: normal) {
  tr:nth-child(-n+5){
  background-color: royalblue;
  --theme-foreground-alt: white;
  font-family: "Bahnschrift", sans-serif;
  }
  
  tr:nth-child(6), tr:nth-child(7){
  background-color: lightseagreen;
  --theme-foreground-alt: white;
  font-family: "Bahnschrift", sans-serif;
  
  }

  tr:nth-last-child(-n+3){
  background-color: orange;
  --theme-foreground-alt: white;
  font-family: "Bahnschrift", sans-serif;
  }

  tr:nth-last-child(-n+2){
  background-color: red;
  --theme-foreground-alt: white;
  font-family: "Bahnschrift", sans-serif;
  }
  }
  
  
  tr:nth-last-child(-n+2){
  background-color: red;
  font-family: "Bahnschrift", sans-serif;
  --theme-foreground-alt: white;
  }
  
  tr:nth-child(5) {
    background-color: white;
    font-family: "Bahnschrift", sans-serif;
    color: black;
  }
}
  
  
  tr td{
    color:white;
    font-family: "Bahnschrift", sans-serif;
  }
  
  tr:nth-child(n+8):nth-last-child(n+4) td{
    color: black;
    font-family: "Bahnschrift", sans-serif;
  }

  table {
    table-layout: auto;
    width: 100%;
    text-overflow: visible;
    overflow: visible;
    font-family: "Bahnschrift", sans-serif}
  
  td {
    overflow: visible;
    white-space: nowrap;
    font-family: "Bahnschrift", sans-serif;
  }
  
  td:nth-child(2){
    text-overflow: visible;
    font-family: "Bahnschrift", sans-serif;
  }
  
  
  .plot-d6a7b5{
    font-family: "Bahnschrift", sans-serif;
    width: 100%;
  }
  
  p{
    font-family: "Bahnschrift", sans-serif;
  }
  
  label{
  
    font-family: "Bahnschrift", sans-serif;
  }
  */
  