.leaflet-container {
  cursor: pointer !important;
}

.taxi.pick {
    stroke: none;
    fill: steelblue;
}

.taxi.drop {
    stroke: none;
    fill: indianred;
}

.taxi.selected.pick,
.taxi.selected.drop {
    stroke: black;
    stroke-width: 1.5px;
}

.ts line,
.ts path {
    shape-rendering: crispEdges;
}

.ts.line {
    fill: none;
    stroke-width: 1.5px;
}

.ts.label {
    font-family: sans-serif;
	font-size: 15px;
}

.ts.axis line {
    fill: none;
    stroke: lightgray;
}

.ts.axis path {
    fill: none;
    stroke: gray;
}

.ts.timestamp,
.ts.value,
.ts.axis text {
    font-family: sans-serif;
	font-size: 12px;
}

.ts.selection {
    fill: gray;
    opacity: 0.5;
}

.ts.vertical {
    stroke: gray;
}
