#path:hover {
    fill: white !important;
    stroke: black !important;
    fill-opacity: 1;
}

#key {
    margin-bottom:0;
    position: absolute;
    /*
    top: 530px;
    left: 360px;
    */
}
#key p {
    margin-bottom:0;
}

#popup {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 300px;
    /* height: 20px; */
    position: absolute;
    background-color:rgba(255,255,255,0.8);
    display: none;
}

.alignleft {
    float: left;
    width: 390px;
    margin-right: 100px;
}

.alignright {
    float: left;
    width: 390px;
}

.highlight {
    fill: #FFFFFF;
    fill-opacity: 1.0;
    stroke: #000000;
}

.turnoff {
    fill: #990033;
    stroke: #990033;
    fill-opacity: 0.0;
    stroke-opacity: 0.0;
}
