.fees ul {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.fees ul li {
	list-style-type: none;
}

.fees_table p {
	margin: 0px 0px 5px;
	padding: 0px;
}

.fees_table td, .schedule_table td {
	padding: 5px 15px;
	border-right: 1px solid #D2D7FF;
}

td.info_cell {
	border-left: 1px solid #D2D7FF;
}

tr.botrow td {
	border-bottom: 1px solid #D2D7FF;
}

.hdr_row td, .hdr_row th {
	background-color: #D2D7FF;
}

.entry_fee_row td, .per_class_row td, .extra_space_row td {
	border-bottom: 1px solid #D2D7FF;
}

.top_row td {
	border-top: 1px solid #D2D7FF;	
}

.info_cell {
	padding-right: 25px;
}

.schedule_table p {
	margin: 0px 0px 5px;
	padding: 0px;
	border-bottom: 1px solid #D2D7FF;
}

.codeOfConduct {
	padding: 10;
	border: 1px solid #ddd;
}

.shirtBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.shirtPic a {
	text-decoration: none;
}

.orderBox {
	
}

.addressLabel {
	white-space: pre;
	margin: 10px 10px 10px 40px;
}