#app {

	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

#controls {
	position: absolute;
	top: 10px;
	left: 10px;
}

#slider {
	width: 100px;
	height: 10px;
	margin: 5px;
}

#column {
	z-index: 20;
	padding: 10px;
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 600px;
	margin: 20px 50px;
}

#illustration {
	height: 550px;
}
#illustrationCanvas {
	width: 100%;
	height: 100%;
}

#viz {
	z-index: 30;
	position: absolute;
	right: 0px;
	top: 0px;
}

.viz_panel {
	z-index: 30;
	margin: 3px;
	padding: 10px;
	float: left;
	width: 150px;
	height: 500px;
}

button {
	font-size: 12px;
	background-color: rgba(130, 150, 200, 1);
	border-radius: 15px;
	border: 0;
	color: white;
	cursor: pointer;
	cursor: hand;
	pointer-events: all;
}
button:active {
	background-color: rgba(220, 220, 240, 1);
}
button:hover {
	background-color: rgba(130, 150, 240, 1);
}
button:focus {
	outline: none;
}

