div.title {
  height: 40px;
  line-height: 22px;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  margin-left: 8px;
}
div.title .icon {
  font-size: 20px;
}
div.title .title-label {
  font-family: "open-sans-light";
  font-size: 14px;
}
div.title .title-label span {
  vertical-align: top;
}
div.load-more {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-family: "open-sans-regular";
}
div.load-more span.load-more-link {
  cursor: pointer;
}
div.load-more span.load-more-link:hover {
  text-decoration: underline;
}
div.load-more div.no-search-results {
  font-size: 16px;
  opacity: 0.7;
}
div.load-more div.no-search-results span.keyword {
  opacity: 1;
  font-weight: bold;
}
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: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
}
div.entities-slim-container div.entity-slim-container:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
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-relation {
  font-family: "open-sans-regular";
  padding-left: 4px;
  font-size: 13px;
}
