.lifespan-structures-map {
	width: 100%;
	height: 40rem;
	border: 1px solid #f2f2f3;
	box-sizing: border-box;
}
html.embedded .lifespan-structures-map {
	height: 100%;
}

.lifespan-structures-map-info-panel {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	bottom: 0;
	width: 22rem;
	background-color: white;
	transform: translateX(-100%);
	box-shadow: none;
	transition: transform 0.5s, box-shadow 1s;
	overflow-y: auto;
	overflow-x: hidden;
	
}
.lifespan-structures-map-info-panel.shown {
	box-shadow: -1rem 0 1rem 1rem rgba(0, 0, 0, 0.3);
	transform: translateX(0);
}

.lifespan-structures-map-info-panel-photo {
	width: 100%;
}
.lifespan-structures-map-info-panel-photo img {
	width: 100%;
	display: block;
}

.lifespan-structures-map-info-panel-toolbar {
	background-color: #4fb948;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.1;
	padding-left: 3rem;
}
.lifespan-structures-map-info-panel-close,
.lifespan-structures-map-info-panel-name {
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.lifespan-structures-map-info-panel-close {
	cursor: pointer;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	box-sizing: border-box;
	margin-left: -3rem;
}
.lifespan-structures-map-info-panel-name {
	padding: 0.8rem 0.5rem 0.8rem 0;
}
.lifespan-structures-map-info-panel-description {
	padding: 0.5rem;
}