/*asdf*/

/* #map{
	display: inline-block;
	width: 100%;
	height: calc(100vh - 110px);
} */
/* #controls{
    position: fixed;
    top: 40vh;
    left: 10px;
} */

#content{
    /* padding: 0px; */
    /* margin-top: 80px; */
}

canvas{
	/* border: 2px solid; */
	width: 100%;
	height: 80vh;
	/* background: linear-gradient(#00002a, black); */
	/* background: linear-gradient(blue, black); */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	/* opacity: .9; */
	background: rgba(0, 0, 0, .5);
}

.dg.ac,
.dg.main.a{
	z-index: 999999999 !important;
	font-size: 1rem;
	color: black;
	background: blue;
}

.dg.ac{
	left: 200px !important;
	right: auto !important;
	top: 70vh !important;
}

