.ersthelfer-form {
    margin-bottom: 20px;
}
.ersthelfer-form input {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 16px;
}
.ersthelfer-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.ersthelfer-table th, .ersthelfer-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.ersthelfer-table th {
    background-color: #0073aa;
    color: white;
}
.ersthelfer-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.ersthelfer-wrap h1 {
    margin-bottom: 20px;
}
