/**
 * Copyright © 2015 - 2018 The Broad Institute, Inc. All rights reserved.
 * Licensed under the BSD 3-clause license (https://github.com/broadinstitute/gtex-viz/blob/master/LICENSE.md)
 */
.dendrogram-axis line, .dendrogram-axis path{
  fill: none;
  stroke: #a9a9a9;
  shape-rendering: crispEdges;
}

.dendrogram-axis text {
    fill: #a9a9a9;
}

.leaf-color {
    stroke-width: 0;
}

.leaf-color.highlighted {
    stroke-width: 1px;
    stroke: #555f66;
}