.timeline-chart .axis path {
  fill: none;
  stroke: none; }
  
.timeline-chart .lingraph {
    stroke: black;
}

.timeline-chart .vertical-marker {
  stroke-width: 1; }

.timeline-chart rect, .timeline-chart rect.chart-bounds {
  fill: transparent; }

.timeline-chart rect.chart-bounds:hover, .timeline-chart rect.interval:hover {
  cursor: -webkit-grab;
  cursor: grab; }

.timeline-chart rect.chart-bounds:active, .timeline-chart rect.interval:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.timeline-chart .dot:hover {
  cursor: pointer; }

.timeline-chart .interval-text {
  pointer-events: none; }

.timeline-chart rect.interval {
  ry: 0;
  rx: 0;
  fill: black;
  stroke: #2b2b2b; }
