<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nx-menu .table {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.menu-logo {
    display: block;
    max-width: 250px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.nx-menu nav ul {
    justify-content: center !important;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}</pre></body></html>