#mapid {
    width: 100%;
    height: 49vh;
    position: relative;
    z-index: 1;
}

canvas {
    height: 46vh !important;
    width: 100vw !important;
}

.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: black;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    color: white;
    border-color: white;
}
.info h4 {
	margin: 0 0 5px;
	color: white;
}

.legend {
	line-height: 18px;
    color: white;
    background-color: black;
}
.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 1;
}

#FullExtentButton {
    position: absolute;
    top: 44vh;
    left: 20px;
    padding: 10px;
    z-index: 2;
  }