/* this stuff is just all styling for the demo page */

#dropzone0, #dropzone1 {
	position: absolute;
	bottom: 5px;
}

#dropzone0 {
	left: 5px;
}

#dropzone1 {
	right: 5px;
}

#dropzone0 > div, #dropzone1 > div {
	border: 1px solid black;
	color: white;
	background-color: #2a2;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 120px;
	height: 120px;
	z-index: 10;
}

#goat0, #goat1, #goat2, #goat3 {
	top: 30px;
	z-index: 20;
}

#goat0 { left: 23px; top: 96px; }
#goat1 { left: 185px; top: 216px; }
#goat2 { right: 195px; top: 65px; }
#goat3 { right: 23px; top: 141px; }

#playground {
	position: relative;
	border: 1px solid gray;
	background-color: #8f8;
	max-width: 600px;
	height: 400px;
	margin: 2ex 0;
}

#playground p {
	margin: 1em 2ex;
}

