.programme-wrapper h2 {
	pointer-events: none;
}
.article_anywhere.programme.separator ul {
	width: 25%;
}

.page-title {
	font-family:inherit;
}
.accordion-details {
	padding: 0 0 30px 0;
}
.accordion-details ul,
.accordion-details ol {
	margin-left: 2em;
	margin-bottom: 1em;
}
.accordion-details ul {
	list-style: disc outside;
}
.accordion-details ol {
	list-style: decimal outside;
}

.course-table table {
	border: 1px solid #241e51;
	table-layout: fixed;
	margin-bottom: 20px;
}
.course-table th {
	color: white;
	background: #241e51;
}
.course-table th,
.course-table td {
	padding: 5px;
	text-align: left;
}
.course-table tr:nth-child(odd) td {
	background: #ddd;
}
.course-table-title {
	width: 35%;
}
