
.unitMap div.label{
  background: none!important;
}
.unitLabel{
  text-align: left;
  background: #ffffff80;
  border: 3px solid #adadad;
  padding: 0.5em;
  border-radius: 0.5em;
}

.unitLabel:hover{
  background: #ffffff;
}
.unitLabel .unitName{
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #808080;
}

.unitLabel .infos{
  text-align: center;
}

.unitLabel .infos .peopleCount{
  font-size: 1.25em;
  color:#808080
}
.unitLabel .infos .peopleCeil{
  font-size: 1.25em;
  color:#808080
}

.unitLabel.little{ border: none; background: none;}
.unitLabel.little .unitName{ display: none;}
.unitLabel.little .peopleCount, .unitLabel.little .peopleCeil{ color: #000000;}

.unitLabel.tiny{ border: none; background: none;}
.unitLabel.tiny .peopleCount{ color: #000000;}