#matches {
    border-collapse: collapse;
}
#matches tr {
    border-bottom: 1px solid #000;
}
#matches td {
    border-bottom: 1px solid #000;
    padding: 5px;
}

#matches_input[disabled] {
    background-color: #f2f2f2; /* Hintergrundfarbe für deaktivierte Suchleiste */
    color: #999; /* Textfarbe für deaktivierte Suchleiste */
    cursor: not-allowed; /* Zeiger wird zu "not-allowed" geändert, um anzuzeigen, dass die Suchleiste deaktiviert ist */
}

input[type="checkbox"]{
    margin: 0 0 0 15px;
}