<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.examInfo &gt; p {
	text-indent: 40px;
	margin-bottom: 20px;
}

.examInfo {
	max-width: 800px;
	margin-bottom: 20px;
}
.examInfo &gt; .header {
	text-indent:0;
	border-bottom: 2px solid #808080;
	margin: 30px 0 20px 0;
	font-size: 20px;
	color: #1F4970;
}

table {
	width: 100%;
	text-align: center;
	border: 1px solid #808080;
}

th {
	background: orange;
}

th, td {
	border: 1px #808080 solid;
}

.title {
	font-size: 20px;
}

li {
	margin: 0 0 5px 0;
}

.examInfo &gt; .pastExam {
	margin-left: 20px;
	font-size: 16px;
}

ul {
	margin-left: 20px;
}</pre></body></html>