body
{
	padding-bottom: 0;
}

body header:first-of-type
{
	z-index: 5000;	
}

section.content.full-size
{
	position: relative;
	width: 100%;
	height: 100%;
}

section.content.full-size .panel
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	width: 20%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);

	box-shadow: 1px 0 1px 1px #ccc;
}

section.content.full-size .map
{
	height: 100%;
}

section.content.full-size .panel .separator
{
	height: 1px;
	background-color: #ccc;
}

section.content.full-size .panel .header
{
	padding: 20px 35px;
}

section.content.full-size .panel .header h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

section.content.full-size .geolocation-results 
{
}

section.content.full-size .geolocation-results .result
{
	padding: 20px 35px;
}

section.content.full-size .geolocation-results .result img,
.map-info-window img
{
	margin-right: 1%;
	float: left;
}

section.content.full-size .map
{
	text-align: center;
}

.map-info-window
{
	width: 400px;
	height: 200px;
}