body {
  margin: 0px;
  border: 0px;
  font-family: 'Roboto Mono', monospace;
  background: #333;
}
.bit {
  stroke: #0fb;
  fill: none;
  stroke-width: 1px;
  stroke-linecap: square;
}
.b0 { stroke: #0fb; }
.b1 { stroke: #0f1; }
.bx { stroke: #f01; }
.bz { stroke: #04f; }
.spacer { stroke: #777; }
.txt {
  font-size: 14px;
  fill: #fff;
  stroke: none;
}
.sidebar {
  /* background-color: #000e !important; */
}
.cursor {
  stroke-dasharray: 4 3;
  stroke: #fff7;
  stroke-width: 1px;
  z-index: 1;
}
.wd-container {
  background-color: #1c1c1c;
  cursor: col-resize;
}
.timeline {}
.timeline .txt {
  fill: #fff;
  text-anchor: middle;
  stroke: none;
  font-size: 11px;
}

.wd-container::-webkit-scrollbar-track
{
    border: 1px solid black;
    background-color: #222;
}

.wd-container::-webkit-scrollbar
{
    /* width: 10px; */
    background-color: #222;
}

.wd-container::-webkit-scrollbar-thumb
{
    background-color: #555;
}
