html,
	body {
		margin: 0px;
		padding: 0px;
	}

	html,
	body,
	#mapid {
		width: 100%;
		height: 100%;
		z-index: 1;
		font-size: 1.2rem;
	}
	#overlaybox {
      position: absolute;
      top: 5px;
      left:70px;
      width: 20%;
      z-index:10;
	  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	  font-size: 1rem;
	  color RGB(14, 32, 80);
    }