#main-content .panel-group .panel {
	border-radius: 0px;
}
li.breadcrumb {
	padding: inherit !important;
	margin-bottom: inherit !important;
	list-style: none !important;
	border-radius: inherit !important;	
}

li.breadcrumb:not(.current-page) {
	background-color: #00A8D3 !important;	
}

ul.children-list li.current-page {
	background: rgba(0, 80, 140, 0.9) !important;	
}

body.in-programme a.label,
body.in-programme a.label:visited,
body.in-programme a.label:hover,
body.in-programme a.label:link {
  text-decoration: none !important;
  color: white !important;
}

/* #### PROGRAMME PAGE #### */

body.in-programme .table td.wholeRow {
  text-align: center;
  vertical-align: middle;
}
body.in-programme .table > tbody > tr > td:first-child,
body.in-programme .table > thead > tr > th:first-child {
  border-right: 1px solid #ddd;
}
body.in-programme .table > tbody > tr > td:first-child {
  white-space: nowrap;
  font-style: italic;
}
body.in-programme .breadcrumb {
  padding: inherit !important;
  margin-bottom: inherit !important;
  list-style: none !important;
  border-radius: inherit !important;
}
body.in-programme .breadcrumb:not(.selected-section) {
  background-color: #00A8D3 !important;
}