.leaflet-pane {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-tile {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-marker-icon {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-marker-shadow {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-tile-container {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-pane > svg {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-pane > canvas {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-zoom-box {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-image-layer {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-layer {
	left: 0px; top: 0px; position: absolute;
}
.leaflet-container {
	overflow: hidden;
}
.leaflet-tile {
	-webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-user-drag: none;
}
.leaflet-marker-icon {
	-webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-user-drag: none;
}
.leaflet-marker-shadow {
	-webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-user-drag: none;
}
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
	width: 1600px; height: 1600px; -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon {
	display: block;
}
.leaflet-marker-shadow {
	display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
}
.leaflet-container .leaflet-marker-pane img {
	max-width: none !important;
}
.leaflet-container .leaflet-shadow-pane img {
	max-width: none !important;
}
.leaflet-container .leaflet-tile-pane img {
	max-width: none !important;
}
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y; touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none; touch-action: none;
}
.leaflet-tile {
	visibility: hidden; filter: inherit;
}
.leaflet-tile-loaded {
	visibility: inherit;
}
.leaflet-zoom-box {
	width: 0px; height: 0px; z-index: 80; box-sizing: border-box; -moz-box-sizing: border-box;
}
.leaflet-overlay-pane svg {
	-moz-user-select: none;
}
.leaflet-pane {
	z-index: 40;
}
.leaflet-tile-pane {
	z-index: 20;
}
.leaflet-overlay-pane {
	z-index: 40;
}
.leaflet-shadow-pane {
	z-index: 50;
}
.leaflet-marker-pane {
	z-index: 60;
}
.leaflet-tooltip-pane {
	z-index: 65;
}
.leaflet-popup-pane {
	z-index: 70;
}
.leaflet-map-pane canvas {
	z-index: 10;
}
.leaflet-map-pane svg {
	z-index: 20;
}
.leaflet-vml-shape {
	width: 1px; height: 1px;
}
.lvml {
	display: inline-block; position: absolute; behavior: url(#default#VML);
}
.leaflet-control {
	position: relative; z-index: 80; pointer-events: auto;
}
.leaflet-top {
	position: absolute; z-index: 100; pointer-events: none;
}
.leaflet-bottom {
	position: absolute; z-index: 100; pointer-events: none;
}
.leaflet-top {
	top: 0px;
}
.leaflet-right {
	right: 0px;
}
.leaflet-bottom {
	bottom: 0px;
}
.leaflet-left {
	left: 0px;
}
.leaflet-control {
	clear: both; float: left;
}
.leaflet-right .leaflet-control {
	float: right;
}
.leaflet-top .leaflet-control {
	margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
	margin-left: 10px;
}
.leaflet-right .leaflet-control {
	margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
	transition:opacity 0.2s linear; opacity: 0; -webkit-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
}
.leaflet-zoom-animated {
	transform-origin: 0% 0%; -webkit-transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1); -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile {
	transition:none; -webkit-transition: none; -o-transition: none; -moz-transition: none;
}
.leaflet-pan-anim .leaflet-tile {
	transition:none; -webkit-transition: none; -o-transition: none; -moz-transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}
.leaflet-interactive {
	cursor: pointer;
}
.leaflet-grab {
	
}
.leaflet-crosshair {
	cursor: crosshair;
}
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
}
.leaflet-popup-pane {
	cursor: auto;
}
.leaflet-control {
	cursor: auto;
}
.leaflet-dragging .leaflet-grab {
	cursor: move;
}
.leaflet-dragging .leaflet-grab .leaflet-interactive {
	cursor: move;
}
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
}
.leaflet-marker-icon {
	pointer-events: none;
}
.leaflet-marker-shadow {
	pointer-events: none;
}
.leaflet-image-layer {
	pointer-events: none;
}
.leaflet-pane > svg path {
	pointer-events: none;
}
.leaflet-tile-container {
	pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive {
	pointer-events: auto;
}
.leaflet-image-layer.leaflet-interactive {
	pointer-events: auto;
}
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: auto;
}
.leaflet-container {
	background: rgb(221, 221, 221); outline: 0px;
}
.leaflet-container a {
	color: rgb(0, 120, 168);
}
.leaflet-container a.leaflet-active {
	outline: orange solid 2px;
}
.leaflet-zoom-box {
	background: rgba(255, 255, 255, 0.5); border: 2px dotted rgb(51, 136, 255); border-image: none;
}
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; font-size-adjust: none; font-stretch: normal;
}
.leaflet-bar {
	border-radius: 4px; box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
}
.leaflet-bar a {
	width: 26px; height: 26px; text-align: center; color: black; line-height: 26px; text-decoration: none; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; display: block; background-color: rgb(255, 255, 255);
}
.leaflet-bar a:hover {
	width: 26px; height: 26px; text-align: center; color: black; line-height: 26px; text-decoration: none; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; display: block; background-color: rgb(255, 255, 255);
}
.leaflet-bar a {
	background-position: 50% 50%; display: block; background-repeat: no-repeat;
}
.leaflet-control-layers-toggle {
	background-position: 50% 50%; display: block; background-repeat: no-repeat;
}
.leaflet-bar a:hover {
	background-color: rgb(244, 244, 244);
}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px; border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;
}
.leaflet-bar a.leaflet-disabled {
	color: rgb(187, 187, 187); cursor: default; background-color: rgb(244, 244, 244);
}
.leaflet-touch .leaflet-bar a {
	width: 30px; height: 30px; line-height: 30px;
}
.leaflet-control-zoom-in {
	font: bold 18px/normal "Lucida Console", Monaco, monospace; text-indent: 1px; font-size-adjust: none; font-stretch: normal;
}
.leaflet-control-zoom-out {
	font: bold 18px/normal "Lucida Console", Monaco, monospace; text-indent: 1px; font-size-adjust: none; font-stretch: normal;
}
.leaflet-control-zoom-out {
	font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
}
.leaflet-control-layers {
	background: rgb(255, 255, 255); border-radius: 5px; box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}
.leaflet-control-layers-toggle {
	width: 36px; height: 36px; background-image: url("ajax-images/layers.png");
}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url("ajax-images/layers-2x.png"); background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px; height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list {
	display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block; position: relative;
}
.leaflet-control-layers-expanded {
	background: rgb(255, 255, 255); padding: 6px 10px 6px 6px; color: rgb(51, 51, 51);
}
.leaflet-control-layers-scrollbar {
	padding-right: 5px; -ms-overflow-y: scroll;
}
.leaflet-control-layers-selector {
	top: 1px; margin-top: 2px; position: relative;
}
.leaflet-control-layers label {
	display: block;
}
.leaflet-control-layers-separator {
	margin: 5px -10px 5px -6px; height: 0px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.leaflet-default-icon-path {
	background-image: url("ajax-images/marker-icon.png");
}
.leaflet-container .leaflet-control-attribution {
	background: rgba(255, 255, 255, 0.7); margin: 0px;
}
.leaflet-control-attribution {
	padding: 0px 5px; color: rgb(51, 51, 51);
}
.leaflet-control-scale-line {
	padding: 0px 5px; color: rgb(51, 51, 51);
}
.leaflet-control-attribution a {
	text-decoration: none;
}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution {
	font-size: 11px;
}
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}
.leaflet-control-scale-line {
	background: rgba(255, 255, 255, 0.5); border-width: medium 2px 2px; border-style: none solid solid; border-color: currentColor rgb(119, 119, 119) rgb(119, 119, 119); padding: 2px 5px 1px; border-image: none; line-height: 1.1; overflow: hidden; font-size: 11px; white-space: nowrap; box-sizing: border-box; -moz-box-sizing: border-box;
}
:not(:first-child).leaflet-control-scale-line {
	margin-top: -2px; border-top-color: rgb(119, 119, 119); border-bottom-color: currentColor; border-top-width: 2px; border-bottom-width: medium; border-top-style: solid; border-bottom-style: none;
}
:not(:first-child):not(:last-child).leaflet-control-scale-line {
	border-bottom-color: rgb(119, 119, 119); border-bottom-width: 2px; border-bottom-style: solid;
}
.leaflet-touch .leaflet-control-attribution {
	box-shadow: none;
}
.leaflet-touch .leaflet-control-layers {
	box-shadow: none;
}
.leaflet-touch .leaflet-bar {
	box-shadow: none;
}
.leaflet-touch .leaflet-control-layers {
	border: 2px solid rgba(0, 0, 0, 0.2); border-image: none; background-clip: padding-box;
}
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0, 0, 0, 0.2); border-image: none; background-clip: padding-box;
}
.leaflet-popup {
	text-align: center; margin-bottom: 20px; position: absolute;
}
.leaflet-popup-content-wrapper {
	padding: 1px; border-radius: 12px; text-align: left;
}
.leaflet-popup-content {
	margin: 13px 19px; line-height: 1.4;
}
.leaflet-popup-content p {
	margin: 18px 0px;
}
.leaflet-popup-tip-container {
	left: 50%; width: 40px; height: 20px; overflow: hidden; margin-left: -20px; position: absolute; pointer-events: none;
}
.leaflet-popup-tip {
	margin: -10px auto 0px; padding: 1px; width: 17px; height: 17px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg);
}
.leaflet-popup-content-wrapper {
	background: white; color: rgb(51, 51, 51); box-shadow: 0px 3px 14px rgba(0,0,0,0.4);
}
.leaflet-popup-tip {
	background: white; color: rgb(51, 51, 51); box-shadow: 0px 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
	background: none; font: bold 16px/14px Tahoma, Verdana, sans-serif; padding: 4px 4px 0px 0px; border: currentColor; border-image: none; top: 0px; width: 18px; height: 14px; text-align: center; right: 0px; color: rgb(195, 195, 195); text-decoration: none; position: absolute; font-size-adjust: none; font-stretch: normal;
}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: rgb(153, 153, 153);
}
.leaflet-popup-scrolled {
	overflow: auto; border-top-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
	margin: 0px auto; width: 24px;
}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom {
	border: 1px solid rgb(153, 153, 153); border-image: none;
}
.leaflet-oldie .leaflet-control-layers {
	border: 1px solid rgb(153, 153, 153); border-image: none;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
	border: 1px solid rgb(153, 153, 153); border-image: none;
}
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid rgb(153, 153, 153); border-image: none;
}
.leaflet-div-icon {
	background: rgb(255, 255, 255); border: 1px solid rgb(102, 102, 102); border-image: none;
}
.leaflet-tooltip {
	padding: 1px; border-radius: 3px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(34, 34, 34); line-height: 0.8em; font-size: xx-small; white-space: nowrap; position: absolute; pointer-events: none; box-shadow: 0px 1px 3px rgba(0,0,0,0.4); -ms-user-select: none; background-color: rgb(255, 255, 255); -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer; pointer-events: auto;
}
.leaflet-tooltip-top::before {
	background: none; border: 6px solid transparent; border-image: none; position: absolute; content: ""; pointer-events: none;
}
.leaflet-tooltip-bottom::before {
	background: none; border: 6px solid transparent; border-image: none; position: absolute; content: ""; pointer-events: none;
}
.leaflet-tooltip-left::before {
	background: none; border: 6px solid transparent; border-image: none; position: absolute; content: ""; pointer-events: none;
}
.leaflet-tooltip-right::before {
	background: none; border: 6px solid transparent; border-image: none; position: absolute; content: ""; pointer-events: none;
}
.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom::before {
	left: 50%; margin-left: -6px;
}
.leaflet-tooltip-top::before {
	left: 50%; margin-left: -6px;
}
.leaflet-tooltip-top::before {
	bottom: 0px; margin-bottom: -12px; border-top-color: rgb(255, 255, 255);
}
.leaflet-tooltip-bottom::before {
	top: 0px; margin-top: -12px; margin-left: -6px; border-bottom-color: rgb(255, 255, 255);
}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left::before {
	top: 50%; margin-top: -6px;
}
.leaflet-tooltip-right::before {
	top: 50%; margin-top: -6px;
}
.leaflet-tooltip-left::before {
	right: 0px; margin-right: -12px; border-left-color: rgb(255, 255, 255);
}
.leaflet-tooltip-right::before {
	left: 0px; margin-left: -12px; border-right-color: rgb(255, 255, 255);
}
.leaflet-cluster-anim .leaflet-marker-icon {
	transition:transform 0.3s ease-out, opacity 0.3s ease-in; -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in; -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in; -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-anim .leaflet-marker-shadow {
	transition:transform 0.3s ease-out, opacity 0.3s ease-in; -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in; -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in; -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
	transition:stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in; -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in; -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
}
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}
.leaflet-control-zoom {
	color: black !important; background-color: white !important;
}
.leaflet-control-zoom a:hover {
	text-decoration: none !important;
}
a:visited {
	text-decoration: none !important;
}
a:link {
	text-decoration: none !important;
}
.leaflet-control-layers-list {
	text-align: left !important;
}
.leaflet-control-zoomslider-wrap {
	padding-top: 5px; padding-bottom: 5px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(255, 255, 255);
}
.leaflet-control-zoomslider-body {
	border-width: 0px 9px; border-style: solid; border-color: rgb(255, 255, 255); margin: 0px auto; border-image: none; width: 2px; background-color: black; -webkit-box-sizing: unset;
}
.leaflet-control-zoomslider-knob {
	border-radius: 2px; border: 1px solid rgb(0, 0, 0); border-image: none; width: 12px; height: 4px; margin-left: -6px; position: relative; background-color: rgb(239, 239, 239); -webkit-border-radius: 2px;
}
.leaflet-control-zoomslider-body:hover {
	cursor: pointer;
}
.leaflet-control-zoomslider-knob:hover {
	cursor: default;
}
.leaflet-dragging .leaflet-control-zoomslider {
	cursor: move;
}
.leaflet-dragging .leaflet-control-zoomslider-wrap {
	cursor: move;
}
.leaflet-dragging .leaflet-control-zoomslider-body {
	cursor: move;
}
.leaflet-dragging .leaflet-control-zoomslider a {
	cursor: move;
}
.leaflet-dragging .leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
	cursor: move;
}
.leaflet-dragging .leaflet-control-zoomslider-knob:hover {
	cursor: move;
}
.leaflet-container .leaflet-control-zoomslider {
	margin-top: 10px; margin-left: 10px;
}
.leaflet-control-zoomslider a {
	width: 26px; height: 26px; text-align: center; color: black; text-decoration: none; display: block;
}
.leaflet-control-zoomslider a:hover {
	background-color: rgb(244, 244, 244);
}
.leaflet-control-zoomslider-in {
	font: bold 18px/normal "Lucida Console", Monaco, monospace; font-size-adjust: none; font-stretch: normal;
}
.leaflet-control-zoomslider-in::after {
	content: "+";
}
.leaflet-control-zoomslider-out {
	font: bold 22px/normal "Lucida Console", Monaco, monospace; font-size-adjust: none; font-stretch: normal;
}
.leaflet-control-zoomslider-out::after {
	content: "-";
}
.leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
	color: rgb(187, 187, 187); cursor: default;
}
.leaflet-touch .leaflet-control-zoomslider-body {
	background-position: 10px 0px;
}
.leaflet-touch .leaflet-control-zoomslider-knob {
	width: 16px; margin-left: -7px;
}
.leaflet-touch .leaflet-control-zoomslider a {
	width: 30px; line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider a:hover {
	width: 30px; line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider-in {
	line-height: 29px; font-size: 24px;
}
.leaflet-touch .leaflet-control-zoomslider-out {
	line-height: 30px; font-size: 28px;
}
.leaflet-touch .leaflet-control-zoomslider {
	border: 4px solid rgba(0, 0, 0, 0.3); border-image: none; box-shadow: none; background-color: white !important;
}
.leaflet-contextmenu {
	padding: 4px 0px; border-radius: 4px; width: 15em !important; display: none; cursor: default; box-shadow: 0px 1px 7px rgba(0,0,0,0.4); background-color: rgb(255, 255, 255); -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-border-radius: 4px;
}
.leaflet-contextmenu a.leaflet-contextmenu-item {
	padding: 0px 12px; color: black; line-height: 20px; font-size: 12px; text-decoration: none; border-top-color: transparent; border-bottom-color: transparent; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; display: block; cursor: default;
}
.leaflet-contextmenu a.leaflet-contextmenu-item-disabled {
	opacity: 0.5;
}
.leaflet-contextmenu a.leaflet-contextmenu-item.over {
	border-top-color: rgb(240, 240, 240); border-bottom-color: rgb(240, 240, 240); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; background-color: rgb(196, 196, 196) !important;
}
.leaflet-contextmenu a.leaflet-contextmenu-item-disabled.over {
	border-top-color: transparent; border-bottom-color: transparent; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; background-color: inherit;
}
.leaflet-contextmenu-icon {
	margin: 2px 8px 0px 0px; border: 0px currentColor; border-image: none; width: 16px; height: 16px; float: left;
}
.leaflet-contextmenu-separator {
	margin: 5px 0px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
