body {
    font-family: Arial, sans-serif;
    padding: 5px;
}

.container {
    margin: 0 auto; 
    width: fit-content; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
}

.logo {
    margin-bottom: 10px;
    max-width: 250px; 
    height: auto;
}

table {
    border-collapse: collapse;
    font-size: 0.8em;
    table-layout: fixed;
    width: 800px;
}

thead {
    border-bottom: 2px solid #92d050;
}

th {
    padding: 5px 10px;
    text-align: left;
}

.spacer-row td {
    height: 5px; 
    padding: 0; 
    border: none; 
}

td {
    padding: 0px 10px;
    border: 0px solid black;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

table th:nth-child(1),
table td:nth-child(1) {
    width: 10px;
}
table th:nth-child(2),
table td:nth-child(2) {
    width: 230px;

}
table th:nth-child(3),
table td:nth-child(3) {
    width: 220px;
}
table th:nth-child(4),
table td:nth-child(4) {
    width: 220px;
}

