body{
	background-color: #000;
}


#live_canvas{
	margin: 0 auto;
	display: block;
}

#preview{
	position: fixed;
	z-index: 10;
	pointer-events: none;
}

#content {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  left: 0;
}

.menu {
	position: fixed;
	left: 62px;
	top: 10px;
	width:50px;

}

.swatch {
	display: block;
	cursor: pointer;
	margin:0px 0 15px 0;
}

.swatch img {
	display:none;
	width:40px;
	margin:auto;
	height:100%;
	width:100%;
}


.swatch-selected img {
	display: block;
}

.key-alert {
	top:5%;
	font-size:20px;
	position:relative;
	color:#fff;
	z-index: 100;
	text-align: center;

}

@media only screen and (max-width: 667px) {

	
	.swatch {
		float: left;
		top:10px;
		margin-left: 5%;
	}

	.first{
		margin-left: 0px;
	}

	.key-alert{
		font-size: 15px;
		text-align: left;
	}

	.swatch-selected {

	}


	.menu {
		text-align: justify;
		position:fixed;
		top: 60px!important;
	}

	.menu:after {
	content: "";
	width: 100%;
	display: inline-block;
    }
}