body {
	margin: 0px;
}

h1 {
	margin: 8px;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

p {
	margin: 8px;
}

canvas.image-editor {
	/*margin: -3px;*/ /*Reenable this (and the border) when we've got something to test against on-canvas.*/
	background-color: black;
	width: 100%;
	height: 100%;
	cursor: crosshair;
	cursor: 
		url(data:image/gif;base64,R0lGODlhDwAPAKEAAAAAAP///wAAAAAAACH5BAEKAAIALAAAAAAPAA8AAAIilI+pAqsQmjtQThYvnaCnbkFBZogk4yEgp5Un9zpVy9BTAQA7)
			7 7,
		crosshair;
}

canvas.image-editor:hover {
	box-shadow: 0 0 0px 1px lightgrey, 0 0 2px 2px darkgreen;
}