.fit-gaea-panel-tree {
  height: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border-top: 1px solid #eee;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  background: #f9f9f9; }

.fit-gaea-panel-tree .component-count {
  position: fixed;
  padding: 5px;
  background-color: white;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #666;
  border-top-left-radius: 5px;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default; }

.fit-gaea-panel-tree .title {
  height: 25px; }
