.lmpstatustable {
  color: black;
  background-color: white;
}
.lmpstatustable thead {
  background-color: #4682B4;
  color: yellow;
  align: center;
  font-weight: bold;
}

.lmpstatustable th {
align: center;
}
.lmpstatusonline { 
  color: green;  
}
.lmpstatusoffline { 
  color: red;  
  font-style: italic;
}

#gateways_status table {
  width: 100%;
  padding: 3px;
}