/* Add here all your css styles (customizations) */
.tooltip-inner {
    background-color: #FFFFFF;
    color: slategray;
    border: 1px solid slategray;
    text-align: left;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #FFFFFF;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #FFFFFF;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FFFFFF;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: slategray;

}

#map {
  height: 500px;
  width: 100%;
}


