.branch-map-info {
  p{
    margin-bottom: 0.5rem;
  }
}

.branch-map-region-marker {

}

.branch-map-region-marker .title {
	color: black;
	background-color: rgba(160,160,160,0.7);
	padding: 3px;
}

.branch-map-region-marker .counter {
	padding: 5px;
	border-radius: 16px;
	background-color: black;
	color: white;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	max-width: 16px;
	max-height: 16px;
}

.branch-map-region-marker .counter span {
	position: relative;
	top: -6px;
	left: -1px;
}

