<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.indexTableRow &gt; th {
	cursor: pointer;
	background: #f9bf92;
	text-align: left;
	margin: 0 10px 0 0;
}

.indexTableRow &gt; th,
.indexTableRow &gt; td {
	border-left: solid 1px #808080;
	border-top: solid 1px #808080;
	padding: 5px 0 5px 3px;
}

.indexTable {
	width: 100%;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	font-size: 15px;
}

.indexTableRow &gt; #lectureNO {
	width: 60px; /*actually 50px*/
	text-align: center;
}

.indexTableRow &gt; #name {
	width: auto; /*actually 515px*/
}

.indexTableRow &gt; td:first-child {
	text-align: center;
}

.indexTableRow &gt; #week {
	text-align: center;
}

.exam {
	background: #f9bf92;
}</pre></body></html>