.network-container {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.network-container__right-hand-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}

.network-container__right-hand-lower-content {
  display: flex;
  flex-grow: 1;
  min-height: 0;
}

.network-container__detail-panel-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.network-container__controls {
  flex: 1;
  position: relative;
}

.network-container__main {
  height: 100%;
  width: 100%;
  position: absolute;
}

.network-container__menu-toggle {
  position: relative;
  top: 0.8rem;
  right: -1.1rem;
}

.network-container__tags-list {
  position: relative;
  flex: 0 0 auto;
}

.network-container__search-box {
  position: relative;
  top: 20px;
  left: 5px;
}

.network-container__addnode {
  position: absolute;
  top: 85px;
  left: 8px;
  z-index: 15;
}

.network-container__group-by {
  padding: 1rem 0 0;
}

.network-container__menu-toggle,
.network-container__tags-list,
.network-container__search-box {
  z-index: 20;
}

.network-container__controls-bar {
  display: flex;
  align-items: center;
}

.network-container__views-dropdown {
  position: relative;
  top: 0.8rem;
  right: -1.1rem;
  margin-left: 0.5rem;
}
