.leaflet-popup-content table {
    width: 100%;
    position: relative;
    left: 0;
    border: 0;
    color: gainsboro;
}

.leaflet-popup-content tr  {
    background-color: rgba(151, 211, 16, 0.2);
    border: 0 !important;
    /* padding-bottom: 10px !important; */
}

.leaflet-popup-content tr:nth-child(odd),
td:nth-child(odd),
th:nth-child(odd) {
    background-color: transparent;
    border: 0;
}

.leaflet-popup-content td {
    border: 0;
    padding: 8px;
}

.leaflet-popup-content th {
    padding-left: 10px;
    text-transform: capitalize;
}

.leaflet-popup-content > table tr:first-child {
    background-color: rgba(151, 211, 16, 0.2);
}

.leaflet-popup-content {
    overflow: hidden;
    margin: 0;
}
