body{
	height: 100vh;
	width: 100%;
	background-color: #f6f6f6;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='64' viewBox='0 0 32 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28h20V16h-4v8H4V4h28v28h-4V8H8v12h4v-8h12v20H0v-4zm12 8h20v4H16v24H0v-4h12V36zm16 12h-4v12h8v4H20V44h12v12h-4v-8zM0 36h8v20H0v-4h4V40H0v-4z' fill='%235a8378' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

#control_form{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 480px;
	width: 300px;
	display: flex;
	flex-flow: column wrap;
	
	padding: 20px;
	background: rgba(0, 0, 0, .8);
}

#kaleido_2{
	border: 2px solid black;
	border-radius: 20px;
	overflow: hidden;
	display: none;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.label{
	color: white;
}

.button{
	margin-top: 32px;
}

#control_form > *{
	margin-bottom: 20px;
	margin-left: 10px;
	width: 110px;
}

#dot{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	background: #007050;
	border-radius: 50%;
	border: 2px solid #00a080;
}

.links{
	position: absolute;
	bottom: -10px;
	left: 0;
	display: flex;
	width: 100% !important;
	justify-content: flex-start;
}

.links a{
	color: #aaaaff;
	font-size: 18px;
	text-align: left;
	margin: 0 20px !important;
}

.links a:hover{
	color: #8888ff;
}