*.thebibliography {
    color: black;
}

dl.thebibliography > dt {
    color: purple;
}

*.thebibliography.title {
    font-style: italic;
    border: none;
}

*.thebibliography.title:after {
    font-style: normal;
    content : ", ";
}

*.thebibliography.author {
    font-style: normal;
    border: none;
}

*.thebibliography.author:after {
    font-style: normal;
    content : ", ";
}

*.thebibliography.ref {
    font-style: normal;
    border: none;
}

*.thebibliography.ref:after {
    font-style: normal;
    content : ".";
}
