/* By default align the block in the centre, but internally normally aligned */
.wst-score-aligned-block {
display: table;
margin: auto;
}
/* And unset the centre-block alignment of the scores inside */
.wst-score-aligned-block .mw-ext-score {
margin: 0;
}