/* Bootstrap sets table captions to bottom globally. Limit this correction to ZEIbit article tables. */
table.zeibit-modern-table > caption {
    caption-side: top;
}
