/*
 * summarizor-website - The summarizor.com website.
 * Copyright (C) 2025  SUMMARIZOR
 *     contact@summarizor.com
 *     Tel. +33 (0) 970 462 005
 *
 * This file is part of summarizor-website.
 *
 * summarizor-website is non-exclusive, non-transferable, non-redistributable.
 *
 * summarizor-website is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
html, body {
  direction: rtl;
}
#max_fixed_wrapper,
#fixed_wrapper,
#full_wrapper {
  text-align: right;
}
/* TODO: Convert all old wrapper to new CSS */
#wrapper {
  text-align: right;
}
.section {
  clear: right;
  float: right;
}
.meRight {
  margin: 1em 1em 0em 0em;
  float: left;
}
.contentTable > tbody > tr > th,
.contentTable > tfoot > tr > th {
  text-align: right;
}
.leftThTable th {
  text-align: right;
}
.rightThTable th {
  text-align: left;
}

/* TODO: v2: foundation.css overrides should not be necessary! */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  direction: rtl;
}
