.dist-marker {
  background-color: #c4e0e8; /* kolor tła */
  color: black;              /* kolor tekstu */
  font-weight: bold;
  border-radius: 10px;        /* okrągły znacznik */
  border: 1px solid black;
  padding-left: 2px;
  padding-right: 2px;
  min-width: 20px;
  height: 20px;
  line-height: 18px;         /* wyśrodkowanie tekstu */
  text-align: center;
  font-size: 11px;
}
