#map {
  position: relative;
  width: 100%;
  height: 800px;
}

.badge {
  background: #F26825;
  color: white;
  width: 45px!important;
  padding: 5px 10px!important;

  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;

  font-weight: bold;
  text-align: center;
  font-size: 12px !important;
}
