.examInfo > p {
	text-indent: 40px;
	margin-bottom: 20px;
}

.examInfo {
	max-width: 800px;
	margin-bottom: 20px;
}
.examInfo > .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 > .pastExam {
	margin-left: 20px;
	font-size: 16px;
}

ul {
	margin-left: 20px;
}