1dl.bibtex_references,ul.bibtex_references {
2    padding-bottom:1.5em;
3    padding-top:0px;
4}
5dl.bibtex_references dt {
6    float:left;
7    margin-right:5px;
8}
9dl.bibtex_references dd {
10    margin-left:3em;
11    margin-bottom:1ex;
12}
13ul.bibtex_references {
14    display:inline;
15}
16ul.bibtex_references li {
17    padding-left:0ex;
18    text-indent:-3ex;
19    list-style:none inside;
20    margin-bottom:1em;
21}
22
23span.bibtex_citekey span {
24    display: none;
25    visibility:hidden;
26}
27
28.insitu-bibtexref {
29    max-width: 25em;
30    min-width: 5em;
31}
32
33.JSbibtexref {
34    background: #ffffdd;
35    border: 1px solid #aaaaaa;
36    box-shadow: .1em .1em .1em #cccccc;
37    border-radius: 2px;
38    padding: .3em .5em;
39    font-size: .9em;
40}
41