/* General Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table th, table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
table th {
    background-color: #000000;
}
#boxer-search, #fan-registration-form {
    margin: 20px 0;
}
#boxer-search input, #fan-registration-form input, #fan-registration-form select {
    padding: 10px;
    margin: 5px 0;
    width: 100%;
    max-width: 400px;
}
#boxer-search button, #fan-registration-form button {
    padding: 10px 20px;
    background-color: #CFFF7F;
    color: black;
    border: none;
    cursor: pointer;
}