#accordionSidebar {
    width: 30rem !important;
}
.sidebar .nav-item {
    line-height: 0.5;
}
.sidebar .nav-item .nav-link {
    width: auto;
}
.leaflet-container {
    height: 70vh;
}
#observationDetails table td,
#info .table td {
    padding: 0;
    font-size: 0.8rem;
}

#data-table {
    font-size: 0.8rem;
}

#data-table td {
    padding: 0.75rem 0.1rem;
}

#raport2020 hr {
    border-top: 5px double rgba(0,0,0,.2);
    margin: 2rem 0;
}