﻿#svg-legend {
    font: 10px sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 25px;
    padding-right: 25px;
}

.caption {
    font-weight: bold;
}

.key path {
    display: none;
}

.key line {
    stroke: #000;
    shape-rendering: crispEdges;
}