.entity-list.with-global {
  width: 100%;
}
.entity-list.with-global .tab-area {
  height: 30px;
  width: 100%;
}
.entity-list.with-global .tab-area .tab-btn {
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  border: 1px solid black;
}
.entity-list.with-global .tab-area .tab-btn.selected {
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  border: 1px solid black;
}
.entity-list.with-global .tab-area .global-entity-tab {
  width: 50%;
  height: 100%;
  display: inline-block;
}
.entity-list.with-global .tab-area .topic-entity-tab {
  width: 50%;
  height: 100%;
  display: inline-block;
}
.entity-list.with-global .list-area {
  height: calc(100% - 50px);
  width: 100%;
}