/*
Theme Name: Avalon Theme
Author: Сергей Нужнов
Author URI: https://webarium.ru
Description: Новая тема для сайта
Version: 1.00.00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/



table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #333;
}

table thead {
  background-color: #f5f5f5;
}

table th, table td {
  padding: 12px 16px;
  border: 1px solid #ccc;
  text-align: left;
}

table th {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

table tbody tr:hover {
  background-color: #f0f0f0;
}