/*
 * 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.
 */
#supportedFormats,
#supportedFormats td,
#supportedFormats th,
#supportedLanguages,
#supportedLanguages td,
#supportedLanguages th,
#supportedPlatforms,
#supportedPlatforms td,
#supportedPlatforms th {
  border-collapse: collapse;
  border: 1px solid black;
}
#supportedFormats td,
#supportedFormats th,
#supportedLanguages td,
#supportedLanguages th,
#supportedPlatforms td,
#supportedPlatforms th {
  margin:0px;
  padding:2px;
}
#supportedFormats th,
#supportedLanguages th,
#supportedPlatforms th {
  background-color:#f0f0f0;
}
#supportedFormats,
.supportedFormatsEvenRow,
#supportedLanguages,
.supportedLanguagesEvenRow,
#supportedPlatforms,
.supportedPlatformsEvenRow {
  background-color:white;
}
.supportedFormatsOddRow,
.supportedLanguagesOddRow,
.supportedPlatformsOddRow {
  background-color:#f8f8f8;
}
