<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* for reports tables */
.DataTable { border-collapse:collapse; margin-bottom:15px; }
.DataTable th { color:black; background-color:#DFE2E6; }
.DataTable td, .DataTable th { padding:7px; border:2px solid #999; text-align:center; }

.DataTable.smaller { margin-left:0px; }
.DataTable.smaller td, .DataTable.smaller th { padding:3px; }


/* for Quality Assurance Funding */
.tableQAF { min-width:50%; max-width:100%; /* min/max for mobile */ font-family:Arial; font-size:1em; border:1px solid #000000; border-collapse:collapse; }
.tableQAF th, .tableQAF td { padding:2px 4px; }
.tableQAF th { color:white; background-color:#27497E; }
.tableQAF tr td:nth-of-type(2), .tableQAF tr td:nth-of-type(3) { width:60px; font-weight:bold; text-align:center; border-left:1px solid black; }
.tableQAF .standardNumber { padding-left:6px; font-weight:bold; }

/* for OLD Performance Funding */
/*#SummaryTable { width:600px; margin-left:15px; font-family:"Times New Roman"; font-size:11pt; border:1px solid #000000; border-collapse:collapse; }
#SummaryTable th, #SummaryTable td { padding:2px; }
#SummaryTable th { background-color:#FFCC99; }
#SummaryTable .points { text-align:center; border-left:1px solid black; }
#SummaryTable .standard_number { padding-left:6px; font-weight:bold; }
.StandardsTitles { color:#990000; font-style:italic; font-weight:bold; }*/</pre></body></html>