/*
input {

	width: 100%;
	padding: 5px;
	margin-right: 4px;
	background-color: #3CBC8D;

}
*/
#map {

	position: absolute;
	top: 49px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

#gps {
    position: absolute;
    top: 200px;
    right: 20px;
    padding: 10px;
    z-index: 500
}

#gps:hover{
    opacity: 0.8;
}

