<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.TABC { border-collapse: collapse; }
.t { vertical-align:top; }
.l { text-align: left; }
.r { text-align: right; }
.B1 { border: solid 1px; text-align: center; }
.R6 { font-size: 60%; }
.R8 { font-size: 80%; text-align: center; border: solid 1px; }
.F8 { font-size: 80%; text-align: center; border-left: solid 1px; border-right: solid 1px;}
.R15 { font-size: 170%; text-align: center; border: solid 1px; }
.C0 { background-color:#EEEEEE; }
.C1 { background-color:#FFFF66; }
.C2 { background-color:#FFCCCC; }
.C3 { background-color:#A4C6FF; }
.C4 { background-color:#98fb98; }
.C5 { background-color:#ee82ee; }
.C6 { background-color:#ffd700; }
.C7 { background-color:#EEEEEE; }
.C8 { background-color:#99FFFF; }

.sticky_t {
//	position: -webkit-sticky;
	position: sticky;
	top: 0px;
//	height: 70vh;
	z-index: 300;
//	opacity:0.8;
}
.main-container{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 0 10px 0;
}</pre></body></html>