#app-div{
	display: inline-block;
}

#add-app{
	display: inline-block;
	margin-left: 20px !important;
}

#canvas{
	border: 2px solid black;
	width: 70%;
	height: 70%;
}

#legend{
	text-align: center;	
}

#legend img{
	margin-top: 10px;
}

.hint li{
	list-style-type: circle;
	margin-left: 20px;
}