/* Make all markdown tables fill the full content column width */
table.markdownTable {
    width: 100%;
}
