body{
  font: 14px arial, sans-serif;
}

#motionDetectors {
  list-style: none;
  margin: 0;
  padding: 0;
}

.status{
  cursor: pointer;
}

.table{background:None;}
.table ul{float:left;margin:0px;padding:0px}
.table ul li{list-style:none;padding:4px 9px;}
.table ul li.title{font-weight:bold;background:#333;color:#fff;}
.table ul li.even{}
.table ul li.odd{background:#FFFFE6;}

.activeStatus{
  border: 1px solid;
  border-radius: 16px;
  background-color: lightgreen;
  width: 16px;
  height: 16px;
}

.inactiveStatus{
  border: 1px solid;
  border-radius: 16px;
  background-color: red;
  width: 16px;
  height: 16px;
}