#map-canvas
{
	padding-top: 100%;
}
a.geo-location {
	text-align: center;
	border: 1px solid #000000;
	color: #000000;
	/* margin: 0 auto; */
	width: 100%;
	position: relative;
	padding: 5px;
	cursor: pointer;
	display: block;
}
a.geo-location:hover {
	text-decoration:none;
}
.geo-location-wrapper {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}