body, html { 
	height: 100%;
	width: 100%;
	margin: 0px;
}

.custom-container  {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;   
}

#map {			
	width: 100%;
	height: 100%;
}

.my-label {
	background: #FFF;
	border: 1px solid #000;
	width: 100px;
	height: 20px;
	text-align: center;
}