/* Standard stylesheet for SGJ's refList javascript module.    */
/* Make copies and customise as you like for your own formats. */

/*.refList td { vertical-align: top } */
.refList .refnum { text-align: right; }

/* not sure why the float doesn't work -- make margin explicit */
.refList dd { margin-left: -2em; float: left; }
.refList dt { margin-left: 2em }

.refList .etal { font-style: italic }

.refList .refnum:after { content: ". " }
.refList .year:after { content: " " }
.refList .authors:after { content: ". " }
.refList .highlightAuthor { /*font-weight: bold;*/
                            text-decoration: underline;
                            }
.refList .title { font-weight: bold }
.refList .title:after { content: " " }
.refList .journal { font-style: italic }
.refList .journal:after { content: " " }
.refList .pages:before { content: ":" }
.refList .volume { font-weight: bold }
.refList .issue:before { content: "(" }
.refList .issue:after { content: ")" }
.refList .pages:after { content: " " }
.refList .link:before { content: "[" }
.refList .link:after { content: "] " }

.refList .editor:before { content: "In " }
.refList .editor:after { content: " (ed.) " }
.refList .publisher:before { content: " [" }
.refList .publisher:after { content: "]" }
.refList .isbn:before { content: "ISBN " }

.refList .title { display: block }
.refList .links { display: block }
.refList .authors { display: block }
.refList .ref { margin-bottom: 0.4em }

/*.refList .ref { 
                background-color: #ddd;
                margin: 1em;
}*/
