#table {
    position: absolute;
    left: 520px;
    top: 9px;
    z-index: 1;
    background: white;
    border: 1px black solid;
    width: 240px;
}

#table2 {
    position: absolute;
    left: 1017px;
    top: 555px;
    z-index: 1;
    background: white;
    border: 1px black solid;
    width: 360px;
}


tr {
    border: 1px gray solid;
}

td {
    font-size: 13px;
}

td.data {
    font-weight: 900;
}

path.countries {
    stroke-width: 1;
    stroke: #75739F;
    fill: #93b080;
}

circle.cities {
    stroke-width: 1;
    stroke: #4F442B;
    fill: #FCBC34;
}

circle.centroid {
    fill: #75739F;
    pointer-events: none;
}

path.graticule {
    fill: none;
    stroke-width: 1;
    stroke: lightgray;
}

path.graticule.outline {
    stroke: #9A8B7A;
}

path.merged {
    fill: #9A8B7A;
    stroke: #f4f590;
    stroke-width: 2px;
}

/*!*.modal {*!*/
/*!*    border: 1px solid gray;*!*/
/*!*    stroke-width: 2px;*!*/
/*!*    height: 100px;*!*/
/*!*    width: 300px;*!*/
/*!*    padding: 10px;*!*/
/*!*    margin: 10px;*!*/
/*!*    position: relative;*!*/
/*!*    top: -500px;*!*/
/*!*    left: 0;*!*/
/*!*    height: 100%;*!*/
/*!*    background-color: rgb(110, 1, 107);*!*/
/*!*    color: white;*!*/
/*!*    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);*!*/
/*!*    display: none;*!*/
/*!*}*!*/