svg {
  font: 10px sans-serif;
}

.axis path {
  display: none;
}

.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.libraryLabel text {
  text-anchor: end;
}
.libraryLabel line {
  stroke: #ddd;
  stroke-dasharray: 1,1;
  shape-rendering: crispEdges;
  pointer-events: none;
}

rect {
  fill: none;
  stroke: black;
}

rect.background-row {
  stroke: white;
  fill: white;
}

.currentTime {
  stroke: maroon;
}