/*
 * CSS for SWAKK credits webpage
 */

.title {
    font-style: italic;
}

.author {
    font-weight: bold;
}

.pubdate {
    font-weight: bold;
}

.pubdate::before {
    content: "(";
}

.pubdate::after {
    content: ")";
}

