
html,body {
  height:100%;
}

.addresses {
  overflow-y: auto; 
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.leaflet-numbered-icon {
  background: transparent;
  border: none;
}

.leaflet-numbered-icon .number {
  position: relative;
  top: -37px;
  font-size: 12px;
  color: white;
  width: 25px;
  text-align: center;
}

.full-width {
  width: 100% !important;
}

ul {
  margin-bottom: 0;
}

table {
  max-width: 100% !important;
  margin-bottom: 0px !important;
}

@media (max-width: 575px) {
  .addresses {
    height: 50% !important;
  } 

  .divider-border {
    border-top: 2px solid #454d55;
  }

}

@media (min-width: 576px) {
  .divider-border {
    border-left: 2px solid #454d55;
  }
}