/*
 * English/LTR override stylesheet.
 * styles.css hardcodes RTL (Arabic) direction and right-alignment at the
 * `body` level and on several individual selectors, which fights the
 * dir="ltr" on <html> for English pages. This file re-flips those specific
 * rules for LTR reading order without touching styles.css, so the Arabic
 * site is completely unaffected. Load this AFTER styles.css.
 */

html, body {
  direction: ltr;
  text-align: left;
}

.article-body th,
.article-body td {
  text-align: left;
}

.article-body ul,
.article-body ol {
  padding-right: 0;
  padding-left: 20px;
}

.breadcrumb {
  direction: ltr;
}
