/*
 * 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.
 */
/*
 * Styles specific to the languages.jsp page.
 */
#languageList {
  list-style: none;
  margin: 1em;
}
#languageList li {
  margin-top: 0.5em;
  font-size: larger;
}
/* Give a larger click target */
#languageList li a {
  display: block;
}
