.compact-table td{
    padding: 0;
}

a {
    text-decoration: none !important
}

/*  Horizontally Scrolling Table  */
.table-scroller {
    border-radius: 0.2rem;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.table-scroller th:first-child,
.table-scroller td:first-child {
    background-color: white;
    position: sticky;
    left: 0;
}


/* Fix sub/sup issue in scrolling table */
sub, sup {
    position: unset;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* Hide maplibre control container */
.maplibregl-ctrl-attrib {
    display: none;
}