body {
	margin: auto auto;
	width: 90%;
	font-family: calibri;
	/* display: -ms-flexbox; */
	/* display: flex; */
	/* -ms-flex-pack: center; */
	justify-content: center;
	-ms-flex-align: center;
	text-align: center;
	background: #ffffff;
}

.pageHeader {
	width: 100%;
	height: 100px;
	/* background-color: rgba( 170, 170, 170 , 40% ); */
	text-align: center;
	padding: 30px 0;
}

.headerBox1, .headerBox2 {
	/* border: 1px solid black; */
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
}

.headerLogo {
	width: 94px;
}

.headerText {
	padding: 0 20px;
}

.headerText #schoolName {
	word-spacing: 5px;
}

.headerText #schoolAddr {
	margin-top: -20px;
}

.section {
	margin-top: 40px;
}

.serialCount {
	font-size: 14px;
	width: 50px;
}

.downLink {
	font-size: 14px;
	width: 100px;
}

.pageBody {
	background-color: rgba( 170, 170, 170 , 10% );
	padding: 0 10px 50px 10px;
}

#tableContent {
	width: 90%;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: rgb( 255, 214, 214 , 20% );
}

#tableContent thead tr {
	height: 35px;
}

#tableContent tr {
	height: 25px;
}

#tableContent th {
	font-size: 16px;
	padding: 0 10px;
}

#tableContent td {
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
}

#tableContent td a {
	font-size: 14px;
}

@media screen and (orientation: portrait) {
}

@media screen and (orientation: landscape) {
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 767px) {
}
