.form, #flash-alert {
    margin-top: 1em;
}

.required-helptext {
    margin-bottom: 5px;
}

/* Time elements
-------------------------------------------------- */

/* This CSS hides time elements until JS has formatted the date
using the browser's locale settings */
time {
    display: none;
}

[name="save_button"] {
    margin-bottom: 8px;
}

#standalone-form-errors {
    white-space: break-spaces;
    word-break: break-word;
}
