
form {
    margin-block-end: 0;
}

.edit-link {
    margin: 0 1rem;
}
.warning {
    color: red;
    font-weight: 600;
    margin-inline: 0.5rem;
}

.dash-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.dash-form label {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}


#edit-form {
    border: 2px solid black;
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
#edit-form input[type=submit] {
    margin-top: 1rem;
}

input[type=text]:read-only {
    border: none;
}

#edit-form-select {
    width: 150px;
}

#edit-table, #edit-table td, #edit-table tr  {
    border: none;
    text-align: left;
    padding-right: 1rem;
}

footer {
    height: 100px;
    border-block-start: 2px double black;
    width: 100%;
    margin-block-start: 3rem;
}