.control {
  margin-left: 20px;
}

#controls {
  width: 450px;
}

#entities {
  display: inline-block;
  height: 500px;
  overflow-y: scroll;
  position: relative;
  width: 400px;
}

#entities div {
  border: 1px solid black;
  cursor: pointer;
  display: inline-block;
  margin: 6px;
  padding: 4px;
}

#entities div:hover {
  background-color: #396bbc;
  color: white;
}

#entities .clickedentity {
  background-color: #396bbc;
  color: white;
}

#outerThumbs {
  height: 100vh;
  overflow-y: scroll;
  position: relative;
}
