
body{
	margin:			0px; 
	padding: 		0px;
}	

#output{
	background-color: white;
}

#workarea{
	width: 			100%;
	height:			100%;
}

pre{
	margin:			0;
	padding:		0;
}

#canvas{
	position:		relative;
	width:			100%;
	height:			100%;	
}

#borderContainer {
    width: 			100%; 
    height: 		95%; 
}

.thumbPointCloudContainer{
	width: 			128px; 
	height: 		128px; 
	border-radius: 	5px; 
	border: 		2px solid black; 
	box-shadow:     3px 3px 3px 0px #555;
	margin: 		3px;
}

.thumbPointCloudLabel{
	font-size: 		large;
	text-align: 	center; 
	font-weight: 	bold; 
	color: 			#FFF; 
	text-shadow:black 0 0 5px, 
		black 0 0 5px, 
		black 0 0 5px, 
		black 0 0 5px, 
		black 0 0 5px, 
		black 0 0 5px;
	height: 		100%;
}

