/* Add this to your existing CSS */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    line-height: 1.2; /* Reducing line-height */
}

table td {
    padding: 5px; /* Reducing padding */
    margin: 0; /* Ensure no margin between table cells */
}

.form-section, .footer-signature, .form-title {
    margin-bottom: 10px; /* Reduce bottom margin to decrease space */
}

textarea, input[type="text"], input[type="date"] {
    margin-top: 3px; /* Reduce margin on inputs */
    padding: 5px;
    border: 1px solid black;
}
