body {
	font-family: 'Lato', sans-serif;
}
#map { width: 800px; height: 600px } /* Optional: Makes the sample page fill the window. */ html, body { height: 100%; margin: 0; padding: 0; }

.startButton {
	text-align: center;
	background-color: white;
	padding: 5px 20px 5px 20px;
	border: solid 2px grey;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.startButton:hover {
	background-color: grey;
	cursor: pointer;
}

.pin {
	position:absolute;
	height: 7px;
  width: 7px;
  background-color: #32CD32;
	border-style: solid;
	border-width: 1px;
	border-color: #006400;
  border-radius: 50%;
  display: inline-block;
}

.pin:hover {
	cursor: pointer;
}

.label {
	text-align: center;
	border-bottom: solid;
	border-color: #e9e9e9;
	color: grey;
	border-width: 2px;
	font-size: 18px;
}

.attribute {
	color: grey;
}

#searchButton {
	background-color: white;
	height: 35px;
	width: 110px;
	background-color: #e9e9e9;
	color: #898989;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin-left: 5px;
	border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
}

#map-wrapper {
	width: 1024px;
}

#searchPanel {
	text-align: left;
	padding: 30px;
	padding-left: 10px;
	padding-bottom: 15px;
	width: 100px;
	background-color: white;
	color: grey;
	font-size: 15px;
	border-style: solid;
}

#searchPanel-wrapper {
	position: absolute;
	top: 90px;
	margin-left: 820px;
	text-align:center;
	padding: 10px;
	border-style: solid;
	border-width: 2px;
}

#popup {
	position: absolute;
	top: 190px;
	left: 260px;
	width: 300px;
	display: none;
	text-align: center;
	padding: 20px;
  border-style: solid;
  border-color: grey;
  border-width: 2px;
  background-color: white;
}

#start {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 560px;
	text-align: center;
	padding: 20px;
  border-style: solid;
  border-color: grey;
  border-width: 2px;
  background-color: white;
	display:none;
}

#button:hover {
	cursor: pointer;
	border-color: grey;
}
#button:active {
	border-color: grey;
	transform: translateY(1px);
}
#button {
	position: absolute;
	padding: 0px;
	top: 10px;
	left: 310px;
	border: none;
	text-align: center;
	background-color: white;
	color: grey;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 22px;
	height: 22px;
}
