html, body {
	height: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%
}

#map {
	float: right;
	/* max-width: 1832px; */
	margin: 0 auto;
	width: 100%;
	background: #efd68b;
}

#compass {
	position: absolute;
	bottom: 60px;
	left: 10px;
	z-index: 5000;
}

#scale {
	position: absolute;
	bottom: 60px;
	right: 10px;
	z-index: 5001;
}

#info {
	width: 100%;
	position: absolute;
	bottom: -5px;
	z-index: 5002;
	background-color: #000000;
	border-top: 1px solid #464646;
	color: #cccccc;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#info p {
	padding-left: 5px;
	padding-right: 5px;
}

#info a:link, #toc a:link, #info a:visited, #toc a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#info a:hover, #toc a:hover {
	color: #EFB252;
	text-decoration: underline;
	font-weight: bold;
}

.marker-icon {
	width: 150px;
	color: #000000;
	text-align: center;
}

.no-padding {
	padding: 0px;
}

.no-margin {
	margin: 0px;
}

.right {
	float: right:
}

.left {
	float: left;
}

#toc {
	float: left;
	display: none;
	height: 100%;
	z-index: 5003;
	color: #cccccc;
	background-color: #000000;
}

#toc-list {
	width: 100%;
	height: 100%;
	overflow: auto;
	float: left;
}

.toc-item {
	padding: 5px;
	border-bottom: 1px solid #222222;
}

.toc-item-marker {
	width: 10px;
	height: 10px;
	background: #efd68b;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
	#map {
		width: 78%;
	}
	#toc {
		width: 22%;
		display: block;
	}
}

@media (min-width: 992px) {
	#map {
		width: 83%;
	}
	#toc {
		width: 17%;
		display: block;
	}
}

@media (min-width: 1200px) {
	#map {
		width: 87%;
	}
	#toc {
		width: 13%;
		display: block;
	}
}