.ipless-ui {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  font: normal 1em/1em monospace;
  color: #FFFFFF;
}
.ipless-ui.profiler-loaded {
  bottom: 39px;
}
.ipless-ui .handle {
  background: #4a4a4a;
  padding: 2px 5px;
  cursor: pointer;
}
.ipless-ui .handle .status.pause:before {
  content: "\2225";
}
.ipless-ui .handle .status.play:before {
  content: "\27F3";
}
.ipless-ui .handle .status.error:before {
  content: "\2639";
  color: orange;
}
