﻿.drawing-canvas {
	background-color: #423f3f;
	cursor: default;
	position: absolute;
	background: transparent;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.drawing-noselect {
	-webkit-touch-callout: none !important; /* iOS Safari */
	-webkit-user-select: none !important; /* Chrome/Safari/Opera */
	-moz-user-select: none !important; /* Firefox */
	-ms-user-select: none !important; /* Internet Explorer/Edge */
	user-select: none !important; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.drawing-background {
	width: 100%;
	z-index: 1;
}
