body
{
	background-color:#999;
	margin:0px;
	padding:0px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 20px;
	
}

div{
	border-radius: 10px;
}
.scene
{
	float:left;
	background-color:#000;
	width:100%;
	height:500px;
}

.grass
{
	float:left;
	background-color:rgb(0, 44, 140);
	width:100%;
	height:100px;
    color:#ffffff;
}

.road
{
	float:left;
	background-color:#CCCCCC;
	width:100%;
	height:300px;
}

.ai
{
	position:absolute;
	width:100px;
	height:50px;
	background-color:#fff;
	margin-top:50px;
}

.wall
{
	position:absolute;
	width:50px;
	height:100px;
	background-color:rgb(51, 15, 3);
	right:0px;
}

.sensor_1, .sensor_2, .sensor_3
{
	position:relative;
	background-color:#fff;
	opacity:0.5;
	width:50px;
	height:50px;
	text-align:center;
}

.sensor_1
{
	top:-50px;
	left:50px;
}

.sensor_2
{
	top:-50px;
	left:100px;
	width:500px !important;
}

.sensor_3
{
	top:-50px;
	left:50px;
}

.debugArea
{
    width:100%;
    background-color:#000;
    float:left;
    height:100%;
}

.debugTextareaClass
{
    width:400px;
    height:150px;
}

.tableDebug
{
  width:100%;
  background-color:#fff;
  color:#000;
}

.tableDebugSmall
{
  width:50%;
  background-color:#fff;
  color:#000;
}

