body, html {
	height: 100%;
	margin: 0;
	width: 100%;
}

#floorSwitcher {
	font-size: 22px;
	left: 70px;
	padding: 5px 25px;
	position: absolute;
	top: 30px;
}

#info {
	height: 1px;
	position: absolute;
	width: 1px;
	z-index: 100;
}
#map {
	bottom: 0;
	left: 300px;
	position: absolute;
	right: 0;
	top: 0;
}
#legend {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 100px;
	width: 300px;
}
	#legend .item {
		margin: 0 10px;
	}
		#legend .item .color {
			display: inline-block;
			border: 1px solid black;
			height: 20px;
			line-height: 20px;
			vertical-align: middle;
			width: 40px;
		}
		#legend .item .title {
			display: inline-block;
			line-height: 20px;
			padding-left: 5px;
			vertical-align: middle;
		}

.popover {
	border-radius: 0;
	max-width: 400px;
	padding: 0;
}
	.popover .logo {
		display: block;
		margin: 0 0 7px 0;
		height: 55px;
		width: 125px;
		height: 26.4px;
		width: 60px;
	}
	.popover .hours {
		display: block;
	}
	.popover .phone {
		display: block;
	}

