table { 
  border: 0; 
  border-collapse: collapse; 
}
#field { 
  border: 10px solid #d0d0d0; 
}
.sensorData { 
  font-family:sans-serif; 
  font-weight: bold; 
  width:50px;
  text-align:left;
}
.sensor { width:60px; }
.sensorh { 
  width:80px; 
  text-align:right; 
}
.coordh { 
  width:50px; 
  text-align:right; 
}
table#mPower { margin-left:0px; }
table#mPower td { 
  margin:0; 
  padding:0; 
  width: 80px; 
  text-align: center; 
}
td.motorName { 
  font-family: sans-serif; 
  font-size: 200%; 
  font-weight: bold;
}
td.motorPower { 
  font-family: sans-serif; 
  font-weight: bold; 
}
td.speedLim { 
  font-family: sans-serif; 
  font-weight: bold; 
}
#trackL, #trackR { width:75px; }
#trackV { width:160px; }
#tip {
  background-color:transparent;
  position:absolute;
  top:-200px;
}
