* {
  padding: 0;
  margin: 0;
  outline: 0;
  overflow: hidden;
  font-size:14px;
  font-family:Arial;
  text-decoration:none;
  color:white;
}
html, body {
  margin: 0;
  padding: 0;
  width: 4000px;
  height: 6000px;
  overflow: hidden;
  background: #7AACCD;
}

a, a:hover {
	color: white;
}

#zoom {
  transform-origin: 0px 0px;
}

.pin {
	position:absolute;
	background: transparent;
	width:250px;
	height:94px;
	z-index:4;
	color:white;
	font-size:16px;
	font-family:Arial;
	transform:translate(1713px, 3643px);
	transform-origin: bottom center;
}

.vehicle {
	position:absolute;
	width:300px;
	height:104px;
	background:transparent;
	z-index:5;
	color:white;
	font-size:16px;
	font-family:Arial;
	transform:translate(1835px, 3633px);
	transform-origin: bottom left;
}

.dropdown {
  position:absolute;
  display: inline-block;
  z-index:50;
  top:57px;
  left:7px;
  width: 160px;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #2A3A4A;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 50;
  border-radius:5px;
}

.dropdown-content button {
  background: #2A3A4A;
  width: 100%;
  padding: 9px 9px;
  color: white;
  border: none;
  cursor:pointer;
  text-align:left;
}

.dropdown-content button:hover {
  background: #2196F3;
}

.dropdown:hover .dropdown-content {
  display: block;
}

