html, body {
    height: 100%;
    width: 100%;
    text-align: center;
}

#body-container {
    padding: 0 20px 0 20px;
}

header, main, footer {
    width: 1000px;
    display: inline-block;
    text-align: left;
}

.ncim-background {
    background-color: #9a9eba;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 30px;
}

#logo-container {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#header-image {
    max-width: 100%;
}

#mainPage {
    padding: 20px;
    color: #004d95;
    min-height: 75%;
}

#footerContent {
    font-size: 7.5pt;
}

.webshop-item {
    width: 85%;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1040px) {
    header, main, footer {
        width: 100%;
    }

    .webshop-item {
        width: 60%;
    }
}

@media screen and (max-width: 520px) {
    header, main, footer {
        width: 100%;
    }

    .webshop-item {
        width: 40%;
    }

    .resetPassword, .deleteUser {
        padding: 0 5px;
    }
}

#leden-container .collapsible-body {
    background-color: white;
}

input[type=text] {
    color: #004d95;
}

.toast-error {
    color: red;
}

.prijsHeader, .prijsCell, .voorraadHeader, .voorraadCell, .deleteHeader, .deleteCell {
    width: 70px;
}

.deleteProduct, .incrementTeller, .clearTeller {
    cursor: pointer;
}

#signInBtn, #registerModalTrigger {
    width: 100%;
    margin-bottom: 10px;
}

div.switch label {
    color: #0d497f !important;
}