table.inpost-classement {
  width: 100%;
}

thead.inpost-entete-classement {
  background: #0d6efd;
  color: #fff;
}

thead.inpost-entete-classement,
tr.inpost-classement-ligne {
  height: 30px;
}

tr.inpost-classement-ligne:nth-child(even) {
  background-color: var(--gray);
}

th.inpost-rang-classement, 
td.inpost-rang-classement {
  text-align: center;
  width: 10%;
}

.inpost-nationalite {
  position: relative;
  top: -1px;
  margin: 0 5px;
}

th.inpost-drapeau-nationalite,
td.inpost-drapeau-nationalite {
  width: 4%;
}

img.inpost-drapeau-nationalite-coureur {
  width: 20px;
  border-radius: 50%;
}

th.inpost-classement-coureur,
td.inpost-classement-coureur {
  width: 66%;
}

th.inpost-points-coureur,
td.inpost-points-coureur {
  width: 20%;
}