/* begin license *
 *
 * NAZ Invoer is a portal for adminstrating records for the NAZ Portal
 *
 * All rights reserved.
 *
 * Copyright (C) 2025 Seecr (Seek You Too B.V.) http://seecr.nl
 *
 * This file is part of "NAZ Invoer"
 *
 * end license */

.mw-content {
    max-width: max-content;
}

.scrollable {
    overflow: auto;
}

#help {
    position: absolute;
    background-color: white;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    display: none;
    z-index: 1000;
}

#help img {
    width: 100% !important;
}

#help strong {
    font-weight: bold !important;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.logo {
width:100px;
}
