/*
 * BLT per-product CSS — body-content tables (Control/TABLE.MD T123).
 *
 * Canonical 5-rule `<table class="legacy">` block scoped under
 * `.blt-content`. Identical (by spec) to the same block in every
 * other product's per-product CSS (sql2html / ripper / snooper /
 * drwatson / m2i / forensic / genservices / grafana / greenscreen /
 * logwalker / sqlmorph) — only the `.blt-content` prefix differs.
 *
 * Reference: /home/oninit/www.oninit.com/sql2html/sql2html.css:18-45
 * Spec:      /home/oninit/Projects/Control/TABLE.MD
 */

/* Tables: visible grid, tahoma cells matching the legacy <td>/<th> rules */
.blt-content table.legacy {
	border-collapse: collapse;
	margin: 8px 4px 12px 4px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	width: auto;
	max-width: 100%;
	text-align: left;
}

.blt-content table.legacy th,
.blt-content table.legacy td {
	border: 1px solid #c0a880;
	padding: 6px 10px;
	vertical-align: top;
	text-align: left;
}

.blt-content table.legacy th {
	background-color: #f2eddc;
	color: #7e4400;
	font-weight: bold;
}

.blt-content table.legacy tr:nth-child(even) td {
	background-color: #fbf8ee;
}

/* Sidenav section divider. Groups related links under a non-clickable
 * label without nesting markup. */
.sidenav .sidenav-section {
	display: block;
	margin-top: 14px;
	margin-bottom: 4px;
	padding: 4px 12px 4px 12px;
	border-top: 1px solid #d8c8a8;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #7e4400;
}
