<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TABLES MAIN STYLE */
table {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
}
thead th, thead th a {
	vertical-align: middle;
	padding: 3px 2px 3px 2px;
	font: var(--font-p);
	font-weight: bold;
	color: var(--white) !important;
	background-color: var(--red);
	text-align: left;
}
.view-most-read table {
	margin-top: 4px;
}
.view-most-read table td {
	font: var(--font-sx);
}
thead th a.active {
	/*Drupal specific */
	color: var(--grey-100);
}
table td {
	padding: 3px 2px 3px 2px;
	vertical-align: top;
	font: var(--font-sx);
}
table tr {
	background: var(--grey-100);
	font: 0.82rem;
}
table tr:nth-child(odd) {
	background: var(--white);
	border-bottom: var(--rule-w);
}
table tr:nth-child(even) {
	background: var(--grey-000);
	border-bottom: var(--rule-w);
}
table.views-view-grid tr:nth-child(even) {
	background: var(--white);
	border: none;
}
.table-date {
	width: 125px;
	text-align: right;
}
/* TABLES MAIN STYLE */

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--grey-600);
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
	font: var(--font-sx);
}
caption:before {
	content: "Note: ";
	font-weight: bold;
}

/* TABLES: STYLISED */
table.main {
	border-bottom: 2px solid black; 
	margin-bottom: 1rem;
}</pre></body></html>