body, html {
    font-family: Sans-Serif;
}

table {
    table-layout: fixed;
    width: 100%;
}

td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.verbatim {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.8em;
}

.cve-table-complex {
    text-align: right;
    margin-top: 2%;
}

.cve-table-complex td {
    padding: 12px !important;
}

.cve-table-complex th {
    padding: 10px !important;
}

.cve-table-complex tr>td:first-child {
    overflow: visible;
}

.cve-table-complex tr>td:last-child {
    text-align: center;
}

.cve-table-complex tr>th:first-child {
    overflow: visible;
    text-align: left;
}

.orderarrow {
    color: grey;
    font-size: 0.8rem
}

.cve-table-simple {
    text-align: center;
    margin-top: 2%;
}

.cve-table-simple td {
    padding: 12px !important;
}

.cve-table-simple th {
    text-align: center;
    padding: 10px !important;
}

.cve-table-simple tr>th:first-child {
    overflow: visible;
    text-align: left;
}

.cve-table-simple tr>td:first-child {
    overflow: visible;
    text-align: left;
}

.cve-table-simple tr>td:last-child {
    text-align: center;
}

#accordionExample ul a {
    text-decoration: none;
}

#accordionExample ul li {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid light-grey;
    padding-left: 5px;
}

#accordionExample ul a:last-child li {
    border: none;
}

#accordionExample span {
    margin-right: 8px;
}

table span {
    margin-right: 8px;
    display: inline-block;
}

#navbarSupportedContent span {
    margin-right: 10px;
    font-size: 1.8rem;
}

.home {
    padding: 0px;
}

.dropdown-menu li:hover {
    --bs-dropdown-link-hover-bg: #ceecf380;
    font-size: 1.3rem;
}

.level1 {
    --bs-table-bg: #f7a5a5;
    --bs-table-striped-bg: #f7a5a5;
    --bs-table-hover-bg: #f7a5a5;
    --bs-table-striped-hover-bg: #f7a5a5;
}

.level2 {
    --bs-table-bg: #f9c973;
    --bs-table-striped-bg: #f9c973;
    --bs-table-hover-bg: #f9c973;
    --bs-table-striped-hover-bg: #f9c973;
}

.level3 {
    --bs-table-bg: #f8f8b6;
    --bs-table-striped-bg: #f8f8b6;
    --bs-table-hover-bg: #f8f8b6;
    --bs-table-striped-hover-bg: #f8f8b6;
}

.level4 {
    --bs-table-bg: green;
    --bs-table-striped-bg: green;
    --bs-table-hover-bg: green;
    --bs-table-striped-hover-bg: green;
}

.level5 {
    --bs-table-bg: #d0cfcf;
    --bs-table-striped-bg: #d0cfcf;
    --bs-table-hover-bg: #d0cfcf;
    --bs-table-striped-hover-bg: #d0cfcf;
}

.level button {
    margin-right: 10px;
    margin-left: 10px;
}

.level1-counter {
    background-color: #f7a5a5;
    --bs-btn-hover-bg: #f68c8c;
}

.level2-counter {
    background-color: #f9c973;
    --bs-btn-hover-bg: #f8b73f;
}

.level3-counter {
    background-color: #f8f8b6;
    --bs-btn-hover-bg: #e1e18d;
}

.level4-counter {
    background-color: rgb(17, 200, 17);
    --bs-btn-hover-bg: rgb(2, 176, 2);
}

.level5-counter {
    background-color: #d0cfcf;
    --bs-btn-hover-bg: #9c9a9a;
}
