
body {
  background-color: #222;
  margin: 0;
  overflow-x: hidden;
}

#rankings{
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 54px;
  display: block;

  color: whitesmoke;
  font-family: 'Lilita One', sans-serif;
  text-align: center;
}

#rankings li {
  display: block;   /* cada li ocupa toda la fila */
  max-width: 500px; /* opcional, si querés limitar el ancho */
  margin: 0 auto;   /* centra cada tabla si no ocupa todo el ancho */

padding-bottom: 31px;
}

#rankings table{
  width: 100%;
  text-align: center;

  border: 2px solid whitesmoke;
  border-collapse: collapse;
}

.rankMedal{
  max-width: 45px;
}

.tableRow td:nth-child(1){
  width: 20%;
}
.tableRow td:nth-child(2){
  width: 60%;
}
.tableRow td:nth-child(3){
  width: 20%;
}

table tr:nth-child(3), table tr:nth-child(5) {
  background-color: #3b3a3a;
}

/* Second data row */
table tr:nth-child(4) {
  background-color: #4e4e4e;
}

.rankTitle{
  background-color: #200c34;
  font-size: 1.3rem;
  height: 33px;
}
#rankTitle1{
  background-color: #200c34;
}
#rankTitle2{
  background-color: #200c34;
}
#rankTitle3{
    background-color: #200c34;
}

.firstRow {
  height: 31px;
}

#disclaimer {
  color: whitesmoke;
  text-align: center;
  max-width: 483px;
  margin: auto;
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  max-width: 85%;
}
#disclaimer h4 {
  margin-top: 0px;
}