body {
    margin: 0;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

#root {
    background-color: #FFF;
    height: 600px;
    width: 1000px;
    border: 1px solid #3A3A3A;
}

.table-content {
    font-size: 13px;
    font-family: monospace;
    background: #FFF;
    border-collapse: collapse;
}

.tr-row td {
    border-bottom: 1px solid #3A3A3A;
}

.tr-row:last-child td {
    border-bottom: none;
}

.td-key {
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
    padding-right: 6px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.td-value {
    white-space: nowrap;
    font-size: 12px;
    padding-left: 6px;
    /* text-align: right; */
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    border: none;
    background: #FFF;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.leaflet-tooltip {
    background: #FFF;
    opacity: 1;
}

.leaflet-tooltip-left {
    margin-right: 15px;
    border: 1px solid #000;
    border-radius: 3px;
}

.leaflet-tooltip-right {
    margin-left: 15px;
    border: 1px solid #000;
    background: #FFF;
    opacity: 1;
    border-radius: 3px;
}


#menu {
    display: block;
    position: relative;
    height: 40px;
}

#menu-select {
    position: absolute;
    bottom: 8px;
    right: 0px;
    padding: 4px;
}

.leaflet-container path {
    transition: fill 750ms, stroke 250ms, stroke-width 250ms, fill-opacity 250ms;
}
