.uol_publist_title {
    font-weight: bold;
}

.uol_publist_year:before {
    content: "("
}
.uol_publist_year:after {
    content: ") "
}

/*
.uol_publist_creator:after {
    content: ": "
}
*/

.uol_publist_creators:after {
    /** newline */
    content: '\a' ;
    white-space: pre;
}

.uol_publist_partof:before {
    /** newline */
    content: '\a' ;
    white-space: pre;
}
