
.perf-tool.container {
  position: fixed;
  width: 100%; height: 200px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 50000000;
  font-family: 'Helvetica', sans-serif;
}

.perf-tool.container.bottom {
  right: 0px; bottom: 0px; left: 0px;
}

.perf-tool.container.bottom.hidden {
  bottom: -200px;
}


.perf-tool .resize-handler {
  width: 100%; height: 10px;
  position: absolute;
  top: -3px; right: 0; left: 0;
  cursor: row-resize;
}
