#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-schedule a.label,
			    body.in-schedule a.label:visited,
			    body.in-schedule a.label:hover,
			    body.in-schedule a.label:link {
				      text-decoration: none !important;
				        color: white !important;
				}

				/* #### PROGRAMME PAGE #### */

				body.in-schedule .table td.wholeRow {
					  text-align: center;
					    vertical-align: middle;
				    }
				    body.in-schedule .table > tbody > tr > td:first-child,
				    body.in-schedule .table > thead > tr > th:first-child {
					      border-right: 1px solid #ddd;
				      }
				      body.in-schedule .table > tbody > tr > td:first-child {
					        white-space: nowrap;
						  font-style: italic;
					  }
					  body.in-schedule .breadcrumb {
						    padding: inherit !important;
						      margin-bottom: inherit !important;
						        list-style: none !important;
							  border-radius: inherit !important;
						  }
						  body.in-schedule .breadcrumb:not(.selected-section) {
							    background-color: #00A8D3 !important;
						    }