body {
    font-family: Arial, sans-serif;
}

#pdf-container {
    position: relative;
}

#overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.overlay-square {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: all;
}


}

#result-table {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}

#result-table th, #result-table td {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
}

.print-hidden {
    display: none;
}

#pdf-page-container,


