/* printReservations.css */

/* Verwijder achtergrondafbeeldingen */
body {
    background: none !important;
}

/* Verwijder achtergrondkleuren */
* {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.container.py-3{
    padding:0px !important;
    margin:0px !important;
}

div.d-flex.flex-column.p-4.align-items-center.justify-content-center{
    padding:0px !important;
    margin:0px !important;
}

.todo,
img {
    display: none !important;
}

.shadow {
    box-shadow: none!important;
}
.text-light{
    color:#000000 !important;
}

/* Verwijder afdrukken van knoppen */
@media print {
    button {
        display: none !important;
    }
}