/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


.sticky-sidebar {
	position:sticky;
	top:4rem;
}
.simpletoc ul {
	list-style-type:none;
	margin-left:0;
	margin-bottom:0;
}

/* Style the overall table */
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #18147a;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.wp-block-table table tbody tr:first-child{
  color:white;
}


/* Regular rows */
.wp-block-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Table cells */
.wp-block-table th,
.wp-block-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

/* Table cells */
.wp-block-table th,
.wp-block-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

/* Regular rows - alternate row coloring */
.wp-block-table tbody tr:nth-child(even):not(:first-child) {
  background-color: #f0f0f0; /* light gray for even rows */
}

.wp-block-table tbody tr:nth-child(odd):not(:first-child) {
  background-color: #ffffff; /* white for odd rows */
}






