.map-legend ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: 0;
  list-style: none;
}
.map-legend ul li {
  color: #606060;
  padding-left: 1.3em;
  margin-right: 20px;
  font-size: 13px;
}
.map-legend ul li:before {
  content: "" !important;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 3px;
  vertical-align: -1px;
}
.map-legend ul li:first-child:before {
  background-color: #0084AD;
}
.map-legend ul li:nth-child(2):before {
  background-color: #661080;
}
.map-legend ul li:nth-child(3):before {
  background-color: #919293;
}
