@CHARSET "UTF-8";

/* Main Event */
#main-div {
	height: 900px;
}

/* Size Selector */

#size-select-holder {
	height: 30px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

#select-note {
	left: 155px;
	position: absolute;
	top: -12px;
}

select {
	left: 313px;
	position: absolute;
	top: 3px;
}

/* Feedback Message */

#feedback {
	left: 450px;
	position: absolute;
	top: -12px;
}

/* Grid */

#island-entry {
	float: left;
	height: 800px;
	margin-top: 5px;
	text-align: center;
	width: 700px;
}

canvas {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	outline: none;
}

/* Sidebar */

#sidebar {
	float: right;
	height: 500px;
	margin-top: -20px;
	width: 280px;
}

#solve {
	margin-bottom: 10px;
	width: 100%;
}

#clear-bridges {
	float: left;
	width: 40%;
}

#clear-everything {
	float: right;
	width: 40%;
}

/* Instructions Event */

#inst {
	height: 620px;
}

img.example {
	display: block;
	margin: 0px auto;
}