/* update_abstract.css
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #333;
}

form {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.inline-form {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f7f7f7;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"], input[type="email"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

button {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

button:hover {
    background-color: #0056b3;
}

#add-author, #add-presenter {
    margin-top: 15px;
    background-color: #28a745;
}

#add-author:hover, #add-presenter:hover {
    background-color: #218838;
}

.remove-author, .remove-presenter {
    background-color: #dc3545;
}

.remove-author:hover, .remove-presenter:hover {
    background-color: #c82333;
}

.section-header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5em;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    color: #333;
} */


#id_authors-1-DELETE {
    display: none;
}

#id_presenters-1-DELETE {
    display: none;
}

#id_authors-2-DELETE {
    display: none;
}

#id_presenters-2-DELETE {
    display: none;
}

#id_authors-3-DELETE {
    display: none;
}

#id_presenters-3-DELETE {
    display: none;
}

#id_authors-4-DELETE {
    display: none;
}

#id_presenters-4-DELETE {
    display: none;
}
#id_authors-5-DELETE {
    display: none;
}

#id_presenters-5-DELETE {
    display: none;
}