<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/* Pour les lignes de sÃ©parations dans le tableau */
.blanco {
  line-height: 2rem;
}

.opponents {
  position: relative;
}

.opponents::before {
  border-top: 1px solid #e1e1e1; 
  content: "";
  position: absolute;
  right: -44px;
  top: 50%;
  width: 22px;
}

.opponents-li1, .opponents-li2, .opponents-li3, .opponents-li4, .opponents-li5, .opponents-li6 {
  line-height: 1.75rem;
}

.opponents-li1::before, .opponents-li1::after, .opponents-li2::after {
  content: "";
  margin-top: -1px;
  position: absolute;  
  right: -22px;
  top: 25%;
}

.opponents-li1::before {
  border-left: 1px solid #e1e1e1; 
  height: 2rem;
  width: 0;
}

.opponents-li1::after {
  border-top: 1px solid #e1e1e1;  
  height: 0;
  width: 22px;    
}

.opponents-li2::after {
  border-top: 1px solid #e1e1e1;  
  height: 0;
  top: 75%;
  width: 22px;  	
}

.opponents-li1, .opponents-li2 {
  margin: 0.25rem 0;  
}

.opponents-li3 {
  margin-top: 1.3125rem;  
}

.opponents-li4 {
  margin-top: 3.125rem;
  margin-bottom: 1.3125rem;
}

.opponents-li3::before, .opponents-li3::after, .opponents-li4::after {
  content: "";
  margin-top: -1px;
  position: absolute;  
  right: -22px;
  top: 15%;
}

.opponents-li3::before {
  border-left: 1px solid #e1e1e1; 
  height: 4.875rem;
  width: 0;
}

.opponents-li3::after {
  border-top: 1px solid #e1e1e1;  
  height: 0;
  width: 22px;    
}

.opponents-li4::after {
  border-top: 1px solid #e1e1e1;  
  height: 0;
  top: 85%;
  width: 22px;  	
}

.opponents-li5 {
  margin-top: 3.75rem;
}

.opponents-li6 {
  margin-top: 8.25rem;
  margin-bottom: 3.75rem;
}

/* -------------------------------------- */</pre></body></html>