h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}

th,
td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

table thead th {
    background-color: #42a2e6;
    color: white;
}

table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tbody tr:hover {
    background-color: #e8f4fc;
    cursor: pointer;
}

.pre-check,
.post-check {
    background-color: #f2f2f2;
}

.pre-check th,
.post-check th {
    background-color: #42a2e6;
    color: white;
}

.missing {
    color: red;
    font-weight: bold;
}

.completed {
    color: green;
    font-weight: bold;
}