.circleMKLL {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border-style: solid;
    font-size: 16px;
    font-weight: bold;
  }
  .circleMKLL.circleMKLL1 {
    background: rgba(0, 57, 128, 0.2);
    border-color: #3388FF;
    color: white;
  }
  .circleMKLL.circleMKLL2 {
    background: rgba(0, 57, 128, 0.2);
    border-color: green;
    color: yellow;
  }
.circle-marker-text {
  font-weight: bold;
  font-size: 10px;
  color: #FFFFFF;
  border-color: transparent;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0;
}