html,
body {
    color: #333 !important;
    height: 100%;
}

header a,
header a:visited,
header a:focus {
    color: #333 !important;
}

.main-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main-content {
    margin-bottom: 50px !important;
}

footer {
    margin-top: auto;
}

.container-xxxl {
    width: auto;
    margin: 0 10%;
}

.welcome-container {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.welcome-container h1 {
    font-size: 4rem;
    color: #343a40;
    /* Bootstrap dark color */
}

.welcome-container p {
    font-size: 1.5rem;
    color: #6c757d;
    /* Bootstrap muted color */
}


table {
    width: auto;
    border-radius: 5px;
}

fixed-width-table {
    width: 960px;
}

.width-auto {
    width: auto;
}

td {
    /* padding: 12px 15px; */
    border: 1px solid #eee;
}

.primitive-table {
    width: auto;
}

.primitive-table td {
    padding: 5px;
    border: none;
}

.td-with-border td {
    border: 1px solid #eee;
}

.no-border,
.no-border td {
    border: none;
}

.double-td {
    padding: 0;
}

.header {
    padding: 0 10%;
}

span.header {
    position: relative;
    display: block;
    padding: 10px;
}

span.header td span {
    display: block;
}

span.header td {
    font-size: 1rem;
    word-break: break-word;
}

.errortext {
    background: red;
    display: block !important;
    padding: 0 !important;
}

.errortext ul {
    list-style-type: none;
}

@media (min-width: 576px) {
    span.header td {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    span.header td {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    span.header td span {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    table {
        /* max-width: 1200px; */
    }
}

@media print {
    body {
        height: auto !important;
    }

    .container-xxxl,
    .header {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    footer {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        page-break-before: avoid;
        page-break-after: avoid;
    }
}
