/* Fix code blocks in tables being center-aligned due to .align-default */
table.docutils td {
    text-align: left;
}
