<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table {
	width: 100%;
	font-size: 13px;
	margin-top: 5px;
}

.table table {
	width: 100%;
	color: #6e6e6e;
	margin-bottom: 15px;
	border-top: 1px solid #6e6e6e;
	border-left: 1px solid #6e6e6e;
}

.table th {
	width: 20%;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
}

.table td {
	padding: 5px;
	border-right: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
}

.large {
	font-size: 24px;
}

.teacher {
	display: block;
	width: 105px;
}

.flyer {
	display: flex;
	width: 100%;
	justify-content: center;
/*	justify-content: space-between;*/
	margin-top: 10px;
}

.flyer a {
	display: block;
	width: auto;
    margin: 0 20px;
/*	width: 45%;*/
}

.flyer a img {
	width: 100%;
	object-fit: contain;
}

h5 {
	color: black;
	margin-left: 0;
	padding: 0.2em;
}

.alignC {
	display: block;
	width: 105px;
}

@media handheld, only screen and (max-width: 767px) {

	.flyer {
		flex-direction: column;
	}

	.flyer a  {
		width: 210px;
		margin: auto;
	}

	.flyer a  ~ a {
		margin-top: 10px;
	}
}

.table_in_table{
	text-align: center;
}
</pre></body></html>