@charset "utf-8";
/* © 2001-2022 Richard W. Adams */

@import "bg-score.css";

table {
	max-width: 100%;
	margin: 0px auto 2ex;
	border: var(--HorizontalDivider);;
	border-collapse: collapse;
	table-layout: fixed;         
}
td {
	border: var(--HorizontalDivider);;
	border-style: ridge;
}
th {
	background: black;
	color: white;
	text-align: left;
}
td,th {
	padding: 5px;
	border-right: 1px solid #ccc
}
thead tr { position: relative; }
tbody {
	max-width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
tbody tr:nth-child(even) { 	background: lightgray; }
td:first-child {
	font-family: sans-serif;
	font-variant: small-caps;
}
tbody tr:hover { background-color: lightgoldenrodyellow !important; }
