html, body {
    font-family: "Poppins", sans-serif;
}
#iframecontainer {
    height: 100vh;
}
.editienaam {
    font-style: italic;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-link {
    color: #495057;
    background-color: #EEE;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-item {
    margin-right: 10px;
}
.nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #333333;
}
.cat-select {
    width: auto;
    display: inline-block;
}
.text-left {
    text-align: left;
}
.flag-icon {
    width: 24px;
    margin-right: 10px;
}
a {
    text-decoration: none;
}
.crit-logo {
    max-width: 100%;
}
@media (max-width: 600px){
    body {
        font-size: 14px;
    }
    .flag-icon {
        width: 16px;
    }
    table.dataTable tbody td {
        padding : 6px;
    }
}
.text-danger a svg {
    color: rgb(220, 53, 69);
}
.svg-inline--fa {
    height: 0.7em;
    margin-bottom: 5px;
}
