#system_table{
  font-size: 0;
  border: 1px #d3d3d3 solid;
}

.lg_placeholder, .md_placeholder{
  display: none;
}

.service {
  vertical-align: middle;
  padding:5px;
  padding-left: 20px;
  position: relative;
  /*display: inline-block;
  width:33.33%;
  white-space: normal;*/
  font-size: 14px;
  border: 1px #d3d3d3 solid;
  height: 35px;
  overflow: hidden;
}

.status{
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  left: 5px;
}

.status.good{
  background: #29C940;
}
.status.okay{
  background: #ffdd5e;
}
.status.bad{
  background: #a00;
}
