.sliderContainer {
  width: 100%;
}

dl {
  margin: 0px;
}

dl dt {
  color:#fff;
  float:left; 
  font-weight:bold;
  margin-left:0px; 
  margin-right:10px; 
  margin-block-start: 0em;
  padding:3px;  
  width:22px;
  height:22px;
  border-radius: 22px;
  line-height: 12px;
}
    
dl dd {
  margin:2px 0; 
  padding:5px 0;
  line-height: 12px;
  font-size: 12px;
}

.batanesi dt {
  background-color: #8e9542;
}

.mistretta dt {
  background-color: #a04b6d;
}

.none dt {
  background-color: white;
}
