article.device {
  position: relative;
}

article.device span.label {
  font-size: .8rem;
  font-weight: bold;
  margin-bottom: .4rem;
}

article.device div.col {
  min-height: 70px;
}

article.device div.col.device_status_name,
article.device div.col.device_status_name p{
  margin-bottom: .3rem;
  min-height: 0;
}

article.device i.fa {
  color: #27ae60;
  font-size: 2rem;
  width: 32px;
  text-align: center;
}

article.device i.fa.fa-question {
  color: gray;
}

article.device i.fa.fa-exclamation,
article.device i.fa.fa-times {
  color: red;
  font-size: 2rem;
}

article.device {
  background-color: #fbfbfb;
  padding: .25rem .5rem;
}

article.device .expander {
  line-height: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  font-family: FontAwesome;
}

article.device .expander:before {
  content: "\f067";
  position: absolute;
  top: 30px;
}

article.device.expanded .expander:before {
  content: "\f00d";
}

article.device.expanded .dn.mobile {
  display: block;
}

article.device .signal_wrapper >  i.fa{
  color: transparent;
}

article.device .signal_wrapper {
  margin-top: -15px;
}

article.device .signal_inner {
  color: black;
}

article.device .signal{
  position: relative;
  overflow: hidden;
  top: -1.99em;
}

article.device .signal_0 {
  width: 0em;
}

article.device .signal_1 {
  width: 6px;
}

article.device .signal_2 {
  width: 13px;
}

article.device .signal_3 {
  width: 20px;
}

article.device .signal_4 {
  width: 26px;
}

article.device .signal_5 {
  width: 32px;
}

@media screen and (min-width: 30em) {
  device-status:nth-child(even) article.device,
  device-status-meshify:nth-child(even) article.device,
  device-status-nbiot:nth-child(even) article.device,
  device-summary:nth-child(even) article.device {
    background: white;
  }

  article.device div.col {
    min-height: 0;
  }
}