.btn-who {
    background-color: #22326b;
    border-color: #22326b;
    color: #ffffff;
    font-size: 1.1em;
}
.btn-who:hover, .btn-who:focus, .btn-who.active, .btn-who:active {
    background-color: #71789B !important;
    border-color: #71789B !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}
.btn-who-outline {
    background-color: transparent;
    border-color: #22326b;
    color: #22326b;
    outline: none !important;
    box-shadow: none !important;
    font-size: 1.1em;
}
.btn-who-outline:hover, .btn-who-outline:focus, .btn-who-outline.active, .btn-who-outline:active {
    background-color: #71789B !important;
    border-color: #71789B !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

.explorer-table {
    margin-top: 75px;
}

#edition-5th-container {
    display: flex;
}

#edition-6th-container {
    display: none;
}

.loader {
    display: none;
}

#containerTree {
    display: none;
}
