﻿#elementInspector
{
	float: left;
	height: 716px;
	width: 200px;
	background-color: rgba(255,255,200,1); 
	border: 1px solid #CCC;
	border-radius: 5px;
	overflow-y: auto;
}
#elementInspector h3 {
	margin-bottom: 20px;
}
#elementInspector ul
{
	list-style: none;
}
#featureFail
{
	display: none;
	position: absolute;
	top: 300px;
	left: 300px;
	right: 200px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 5px;
}
#DemoContent
{
	-ms-content-zooming: none;
	overflow: hidden;
	width:1004px;
	margin-top: 0px;
}
#scrapbook
{
	float: left;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 10px;
	width: 700px;
}
#board {
	border: 2px solid grey;
	border-radius: 5px;
	width: 700px;
	height: 600px;
	clip: rect(0px 0px 0px 0px);
	overflow: hidden;
	-ms-content-zooming: none;
	margin-top: 10px;
	background-color: hsla(212, 86%, 86%, 0.81);
}
#selectionbox {
	outline: 2px dashed #03c;
	background-color: #9cf;
	opacity: .4;
	display: none;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
}
.toolbar {
	list-style: none;
	overflow: auto;
	width:100%;
	height: 100%;
}
.toolbar li {
	float: left;
}
.toolbar li button {
	border: 2px solid #ccc;
	padding:5px;
}
.toolbar li button:disabled {
	cursor: default;
	opacity: .5;
}
.toggledOn {
	background-color: #06C;
}
html {
	-ms-content-zooming: none;
	font-family: Segoe UI, verdanda, arial;
}