div.cites blockquote{
    margin: 10px;
    padding: 0.5em;
}

div.cites blockquote p {
    text-align: center;
}

div.cites blockquote footer {
    font-style: italic;
    text-align: right;
    margin-top: 0.8em;
    font-size: 0.85em;
}
div.cites blockquote footer::before {
    content: "— ";
}