#chartdiv {
	width: 100%;
	background-color: #f5f5f5;
	height: 500px;
}
.map-marker {
	margin-left: -8px;
	margin-top: -8px;
}
.map-marker.map-clickable {
	cursor: pointer;
}
.pulse {
	width: 2px;
	height: 2px;
	border: 3px solid #f7f14c;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #716f42;
	z-index: 10;
	position: absolute;
}
.map-marker .dot {
	border: 14px solid #fff601;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 46px;
	width: 46px;
	-webkit-animation: pulse 3s ease-out;
	-moz-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: both;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	opacity: 0;
}

@keyframes pulse {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 0.0;
	}
	100% {
		-moz-transform: scale(0);
		transform: scale(0.3);
		opacity: 0.5;
	}
}
/*
     FILE ARCHIVED ON 21:41:26 Jul 09, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:56:05 Aug 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.347
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.029
  esindex: 0.006
  cdx.remote: 8.632
  LoadShardBlock: 892.641 (3)
  PetaboxLoader3.datanode: 749.809 (4)
  PetaboxLoader3.resolve: 266.261 (2)
  load_resource: 288.617
*/