#pos{
	float:left;
	height:100%;
	width:20vw;
	}
#mapDiv{
	float:left;
	width:78vw;
}

#myTitle{
	background-color:#0505dd;
	text-align:center;
	font-size:1.6em;
	color:white;
	margin-top:5px;
	margin-bottom:5px;
	}
#desc{
	color:red;
	text-align:center;
}

#lbl{
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
#in{
	float:left;
}
#content1{
	margin-top:5px;
	margin-bottom:5px;
	font-size:1.1em;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(238, 238, 238);

}
