canvas#scene {
	background-color:white; /*#eee;*/
	border: none; /*2px solid #444;*/
}

#messages {
	color: green;
	margin-left:30px;
}

#rotatebutton {
	margin:0 20px;
}

#scaleSlider {
	margin:10px;
}

.room {
	/*display: table;*/
}

.object {
	border: 1px solid black;
	text-align: center;
	z-index:5;
}

.objectTitle {
	color: #333;
	/*
	display: table-cell;
	overflow:visible;
	text-align: center;
	vertical-align: middle;
	*/
}

#messageLog {
	border: 1px solid #444;
}

#htmlDiv {
	position:relative;
	/*top:90px;*/
	left:20px;
}

