table code {
    /* Overwrite Redoc's breaking of words in tables */
    word-break: normal !important;
}

code, pre {
    font-family: Inconsolata, Consolas, Menlo, Monaco, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
}

div.menu-content > *:first-child {
    margin-top: 93.38px;
    position: relative;
}

div.menu-content > *:first-child::before {
    content: '';
    height: 93.38px;
    width: 100%;

    position: absolute;
    top: -93.38px;

    padding: 2rem 5rem;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-image: url(https://cdn.aiia.eu/public/Images/aiia_mc_logo.svg);
}