.article  *:after {
content: ", ";
}
.article *:last-child:after {
content: "";
}
.article .author:after {
content: ": ";
}
.citations {
    list-style-type:none;
    padding-left:0;
}
.author, .year{ 
    font-weight:bold;
}

