.entity-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 48px;
  margin-left: -10px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left-width: 6px;
}
.entity-row.disabled {
  opacity: 0.5;
}
.entity-icon {
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.entity-icon::before {
  font-size: 28px;
}
.entity-text {
  max-width: calc(100% - 60px);
}
.entity-text .entity-title {
  font-family: Open-sans-regular;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entity-text .entity-subtitle {
  font-family: Open-sans-light;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
