body { position: relative }
.ral { font-family: 'Raleway', Helvetica, Arial, Sans-Serif }
.rob { font-family: 'Roboto Slab', Georgia, Times, Serif }
.clearfix { clear: both; display: block; }

#map {
	position:fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}

header {
	background: #fff;
	z-index: 9999;
	position: fixed;
	width: 300px;
	padding: 10px;
	bottom: 60px;
	right: 20px;
}

#legend { margin-top: 10px}
#legend > h5 { margin-bottom: 10px}

.legend-block {
	text-align: right;
	font-size: 13px;
	width: 16%;
	display: inline-block;
	border-top-width: 8px;
	border-top-style: solid;
}

.legend-block > span {
	position: relative;
	right: -10px;
}

.leaflet-control-zoom{ margin-left: 20px  !important; margin-bottom: 60px !important}


#hover-box {
	position: fixed;
	width: 200px;
	background: #fff;
	color: #000;
	padding: 8px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	display: none;
	z-index: 9999;
	line-height: 1.3em;
	text-align: center;
}

.tcc > div {
	width: 33%;
	display: inline-block;
}

.tcc > div > small, #hover-box > div > span { display: block }

.tcc > div > span { font-size: 14px}

#selected-csvg > path {
	stroke-width: 6 !important;
	stroke: #000;
}


/*TOUCH STUFF*/

.mob-p .leaflet-popup-content {
	margin: 5px;
}

.mob-p .tcc {
	width: 120px;
}

.mob-p .tcc > div {
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc ;
}

.mob-p .tcc > div:last-of-type {
	padding-bottom: 0;
	border-bottom: none !important;
}

.mob-p .tcc > div:after {
	content: '';
	display: block;
	clear: both;
}

.mob-p .tcc > div > span, .mob-p .tcc > div > small {
	line-height: 16px;
	vertical-align: middle;
}
.mob-p .tcc > div > span { float: right; font-size: 12px }
.mob-p .tcc > div > small { float: left }

@media only screen and (max-width : 600px) {
	#map, header {
		position : relative !important;
		top: 0 !important;
		left: 0 !important;
	}
	
	header {
		width: auto;
		margin: 20px 0;
		padding: 20px;
	}
	
	#map {
		height: 300px;
	}
	
	.footer-list a {
		display: block;
		text-align: center;
		margin: 5px 0;
	}
}