#map-container {
	min-height: 500px;
	border: 1px dotted #b0b0b0;
	overflow: auto;
	font-size: 15px;
	line-height: 1.6em;
	background-color:#FCFCFC;
}

#markers {
	float: left;
	max-height: 500px;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
}

.marker-link {
	display: block;
	text-decoration: none;
	color: #00A8D2;
	cursor: pointer;
	padding-left: 10px;
        text-indent: -10px;
}

#map {
	height: 500px;
	float: right;
}

.map-info {
	padding: 10px;
	max-width: 400px;
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Noto Serif', sans;
	font-size: 1.1em;
	text-align: left;
}
