input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-btex table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-btex table th {
    font-weight:bold;
}

.tx-btex table td {
    vertical-align:top;
}

div.bibtex {
    display: none;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 5px
}

.bibtexcontainer {
    border: 1px solid #ccc;
    padding: .5em
}

.bibtex > code {
    color: black;
    font-family: monospace;
    background-color: transparent;
}

form.bibtex-form fieldset.bibtex-fieldset {
    border: none;
}

form.bibtex-form fieldset.bibtex-fieldset input.bibtex-form-radio {
    margin-left: 1em;
    margin-right: 0.2em;
}

/** bibtex copy button */

/*
.uniol_bibtex .bibtex {
    position: relative;
}
.uniol_bibtex .bibtex .uniol_bibtex_copy {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: auto;
    padding:5px 20px;
    text-align: center;
    background: var(--uol-bg-stufe1);
    cursor: pointer;
}
*/

.uniol_bibtex .bibtex {
    display: flex;
}

.uniol_bibtex .bibtex .uniol_bibtex_copy {
    align-self: flex-end;
    padding:5px 20px;
    text-align: center;
    background: var(--uol-bg-stufe1);
    cursor: pointer;
}

.uniol_bibtex_copy_text_kopiert:after {
    content: '\2713';
    display: inline-block;
    color: green;
    padding: 0 3px 0 0;
}

/**********************/


