#logo {
    margin-left: 42px;
    margin-top: 10px;
}

input:invalid,
textarea:invalid {
    background-color: #fba8a6;
}

#container {
    box-sizing: border-box; 
    width: 100%;
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 30px;
}

@media only screen and (max-width: 900px) {
    #container {
        padding-left: 10px; 
        padding-right: 10px; 
    }
}


#opmerkingen {
    width: 100%;
}

#box {
    width: 100%;
    border: 1px solid #ccc; 
    
}

#canvas {
    touch-action: none;
    border: 1px solid black;
    width: 300px;
    height: 300px;
    background-color: white;
}

/* @media only screen and (max-width: 900px) {
    #canvas {
        width: 300px;
    }
}

@media only screen and (max-width: 600px) {
    #canvas {
        max-width: 100%;
    }
} */

#opmerkingen {
    height: 200px;
}

.max-width-table {
    width: 100%;
}

#bovensteTabel {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#bovensteTabel th,
#bovensteTabel td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

#bovensteTabel input[type="text"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#bovensteTabel input[type="text"]:focus {
    outline: none;
    border-color: #007bff;
}

/*  */
#omschrijvingTabel {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#omschrijvingTabel th,
#omschrijvingTabel td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

#omschrijvingTabel input[type="text"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#omschrijvingTabel input[type="text"]:focus {
    outline: none;
    border-color: #007bff;
}
/*  */
#rijen {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#rijen th,
#rijen td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

#rijen input[type="text"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#rijen input[type="text"]:focus {
    outline: none;
    border-color: #007bff;
}

/*  */

#ondersteTabel {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#ondersteTabel th,
#ondersteTabel td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

#ondersteTabel input[type="text"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#ondersteTabel input[type="text"]:focus {
    outline: none;
    border-color: #007bff;
}
