.league-1-0-club-label:hover {
  fill: red;
  font-style: italic;
}

.league-2-0-club-label:hover {
  fill: red;
  font-style: italic;
}

.league-3-0-club-label:hover {
  fill: red;
  font-style: italic;
}

.league-3-1-club-label:hover {
  fill: red;
  font-style: italic;
}

.league-4-0-club-label:hover {
  fill: red;
  font-style: italic;
}

.league-4-1-club-label:hover {
  fill: red;
  font-style: italic;
}

.box {
  margin: 10px 10px 10px 10px;
  background: #e2e2e2;
}
.background {
  position: absolute;
  width: 35%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #205f81;
  border: 5px solid #ffc200;
}
.league-1-0 {
  r:  0.5mm;
  fill: #ff0000;
  stroke: none;
}
.league-2-0 {
  r:  0.5mm;
  fill: #0000ff;
  stroke: none;
}
.league-1-0-enabler {
  r:  1.0mm;
  fill: #ff0000;
  stroke: none;
  opacity: 1.0;
}
.league-2-0-enabler {
  r:  1.0mm;
  fill: #0000ff;
  stroke: none;
  opacity: 1.0;
}
.league-3-0-enabler {
  r: 1.0mm;
  fill: #e966f0;
  stroke: none;
  opacity: 1.0;
}
.league-3-1-enabler {
  r: 1.0mm;
  fill: #27d813;
  stroke: none;
  opacity: 1.0;
}
.league-4-0-enabler {
  r: 1.0mm;
  fill: #e96600;
  stroke: none;
  opacity: 1.0;
}
.league-4-1-enabler {
  r: 1.0mm;
  fill: #270013;
  stroke: none;
  opacity: 1.0;
}
.league-1-0-club-label {
  font-size: 5px;
  fill: #205f81;
  font-family: Helvetica, Tahoma, 'SwIS Bold', Arial;
}
.league-2-0-club-label {
  font-size: 5px;
  fill: #205f81;
  font-family: Helvetica, Tahoma, 'SwIS Bold', Arial;
}
.enabler-label {
  font-size: 7px;
  font-family: Helvetica, Tahoma, 'SwIS Bold', Arial;
} 
