  .background {
    fill: none;
    pointer-events: all;
}

body {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    fill: none;
}

svg {
    width: 100%;
    height: 100%;
    background: none;
}

.A {
    fill: red;
    stroke: grey;
    stroke-width: 0.5;
    //      opacity: 0.4;
}

.merged {
    fill: green;
    opacity: 0.2;
    stroke: black;
    stroke-dasharray: 5, 5;
}

#tooltip {
    position: absolute;
    width: auto;
    height: auto;
    padding: 2px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    background-color: #bbb;
}

#tooltip.hidden {
    display: none;
}

#tooltip p {
    margin: 0 0 0 0;
    padding: 2px 2px;
    font-family: sans-serif;
    font-size: 11px;
}

.hidden {
    display: none;
}

.fir {
    /*display: none;*/
    /*fill: yellow;*/
    /*opacity: .41;*/
    stroke: black;
    stroke-width: 0.2;
}

.fir.EYVLFIR {
    display: none;
    fill: blue;
    opacity: 1;
    stroke: red;
    stroke-width: 0.2;
}

.label {
    /*text-anchor: left;*/
    dx: 10px;
}

.label text {
    font: 12px sans-serif;

}

.label-key {
    font-weight: bold;
}
