/*
-----------------------------------------------
WGBH Interactive
Drawing Tool stylesheet
created by Kit Buckley, modified by Kal Gieber
Copyright © 2013 WGBH Digital

----------------------------------------------- 
*/

/* -------------------- RESETS ------------------------- */

.drawtool-canvas-block canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	margin:0;
	padding:0;
	border:0;
/*	cursor:none;*/
}

/* -------------------- DRAW TOOL - CANVAS ------------- */

.drawtool-canvas-block {
	width:100%;
	height:100%;
}

.drawtool-canvas-block canvas {
	background-color:#fff;
}