body {
    font-family: 'Roboto', sans-serif;
}

.fs-sm {
    font-size:.875rem;
}
.fs-xs {
    font-size:.75rem;
}
.fs-xxs {
    font-size:.625rem;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.nav-item {
    margin-bottom: 0;
}
.nav {
    margin: 0;
}

.scrollable {
    height: auto;
    max-height: 50vh;
    overflow-y: scroll;
    padding-right: .75rem;
}

/* Datatables editor */
div.DTED_Lightbox_Wrapper {
    margin-left: -40% !important;
    width: 80% !important;
    left: 50% !important;
}