/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */

@media (min-width: 992px){
	#map {
		height: 70%;
		width: 100%;
		margin-left: 0%;
	}
}

@media (max-width: 992px){
	#map {
		border: 0;
		height: 50%;
		width: 100%;
	}
}

/* Optional: Makes the sample page fill the window. */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}


.my-custom-class-for-label {
	width: 50px; height: 20px;

	border: 1px solid #eb3a44;
	border-radius: 5px;

	background: #fee1d7;
	color: #eb3a44;
	text-align: center;
	line-height: 20px;

	font-weight: bold;
	font-size: 14px;
}
