#pEditor{
	display: inline-block;
	height: 100%;
	background: #ddd;
	margin: 0px;
	overflow: auto;
	width: 100%;
}

#canvas{
	image-rendering: pixelated;
}


#editor_code{
	display: block;
	height: calc(100% - 22px - 0px);
}

#pCode{
	display: none;
	width: 100%;
	height: 100%;
}

#pResources{
	width: 100%;
	height: 100%;
	background: #ddd;
	margin: 0px;
	overflow: auto;
}