html, body {
    height: 100%;
    width: 100%;
    /*background-color: #a0b1d8;*/
    background-color: #5abcdb52;
    text-align: center;
}

body {
    padding: 0 20px 0 20px;
}

header, main, footer {
    width: 1243px;
    display: inline-block;
    text-align: left;
}

#logo-container {
    text-align: center;
    background-color: white;
    border-bottom-width: 0;
}

#header-image {
    max-width: 100%;
}

#mainPage {
    background-color: white;
    border-top-width: 0;
    padding: 20px;
    color: #4CA1CE;
}

#footerContent {
    font-size: 7.5pt;
    color: #4CA1CE;
}

.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%;
    }
}

#leden-container .collapsible-body {
    background-color: white;
}

input, textarea {
    color: #4CA1CE;
}

.toast-error {
    color: red;
}

.prijsHeader, .prijsCell, .voorraadHeader, .voorraadCell, .deleteHeader, .deleteCell {
    width: 70px;
}

.ledenHeader, .ledenCell {
    width: 200px;
}

.deleteProduct, .incrementTeller, .clearTeller, .deleteLezing, .editLezing {
    cursor: pointer;
}

#preloaderContainer {
    margin-top: 20px;
}

.btn-diligentia {
    background-color: #d8d8d8;
    color: #4CA1CE;
}

.btn-diligentia:hover {
    background-color: #c7c7c7;
}