/* html,
body {
    margin: 0;
    overflow: hidden;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 10px;
} */

body {
	background-color: white;
}

/* Scale canvas with resize attribute to full size */
canvas[resize] {
	margin-left: 160px;
    width: calc(100vw - 160px);
    height: 100%;
	z-index: 1000;
}

.ui-panel {
	position: absolute;
	width: 160px;
}

#pathTarget {
	border-radius: 10px;
	width: 200px;
	height: 500px;
	padding: 50px;
	text-align: center;
	position: absolute;
	display: block;
	color: black;
	opacity: .9;
	top: 0;
	background-color: #aef9cf;
	border: 1px solid #0f9869;
	right: 0;
}

#progress {
	position: absolute;
	top: 0;
	left: 160px;
	background-color:mediumseagreen;
	height: 5px;
	width: 0px;
}