hr.no-top-margin{
	margin-top: 0px;
}

hr.no-bottom-margin{
	margin-bottom: 0px;
}

div.top-border{
	border-top: 1px solid #969696;
}

div.bottom-border{
	border-bottom: 1px solid #969696;
}

div.left-border{
	border-left: 1px solid #969696;
}

div.right-border{
	border-right: 1px solid #969696;
}

div.leaflet-container {
    background:#FFFFFF !important;
}

.tooltip-inner {
    background-color: #2f4fff;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #2f4fff !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #2f4fff !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2f4fff !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2f4fff !important;
}