:host {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
}
div.entities-slim-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
}
div.entities-slim-container div.entity-slim-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 48px;
  overflow: hidden;
}
div.entities-slim-container div.entity-slim-container div.entity-slim-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: 20px;
  line-height: 20px;
  margin: 4px 0 2px 8px;
}
div.entities-slim-container div.entity-slim-container div.entity-slim-head div.entity-slim-title {
  overflow: hidden;
  font-size: 14px;
}
div.entities-slim-container div.entity-slim-container div.entity-slim-head div.entity-slim-system-state {
  padding-left: 4px;
  font-size: 13px;
}
div.entities-slim-container div.entity-slim-container div.entity-slim-description {
  font-size: 12px;
  height: 17px;
  line-height: 20px;
  margin-left: 8px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.entities-slim-container div.entity-slim-container div.entity-slim-description.no-description {
  font-style: italic;
}
