table.import_status {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.import_status tr.headingrow {
    border-bottom: solid #036c70 1px;
    margin-bottom: 1rem;
}

.import_status th,
.import_status td {
    padding: 2px;
}

.import_status .extra_error pre,
.import_status .extra_stderr pre
{
    background: #fcc;
}

.import_status .extra_stdout pre {
    background: white;
}

.import_ok, .import_failed {
    padding: 10px;
    border-radius: 4px;
    margin: 0 0 2rem 0;
}
.import_ok { background: #8f8; }
.import_failed { background: #f88; }

.import_upload {
    padding: 10px;
    background: #eee;
    border-radius: 4px;
}
.import_upload h3 {
    margin-top: 0;
}

.bibfile_header {
    border-top: solid #036c70 1px;
    margin-top: 1em;
}

.bibfile_uploaded {
    font-style: italic;
}
.bibfile_uploaded_by::before { content: "@"; }

.bibfile_errors li * { border-radius: 0; }

.bibfile_errors .invalid_url { background: #ffe; }
.bibfile_errors .missing_notes { background: red; color: white }
.bibfile_errors .missing_notes a { background: #f88; }
.bibfile_errors .pybtex_repeated_id { background: red; color: white }
.bibfile_errors .pybtex_repeated_id a { background: #f88; }
.bibfile_errors .duplicate_id { background: orange; color: white }
.bibfile_errors .duplicate_id a { background: #ff8; }
.bibfile_errors .exception { background: blue; color: white }
.bibfile_errors .exception a { background: #88f; color: white; }
.bibfile_errors .long_id { background: #dfd; }

.delete_confirmation b {
    font-size: 200%;
}

.delete_confirmation .bibfile_count {
    background: red;
    color: white;
    padding: 0 10px;
    border-radius: 4px;
}
