.single-presentation #main h1 {
  margin-top: 0;
}

dl.presentation {
  display: grid;
  grid-template-columns: max-content auto; 
  gap: .25rem;
}

dl.presentation dd {
  margin-bottom: 1rem;
}

dl.presentation ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 1rem;
}

ul.program-contents {
	background-color: #e6ebf7;
	padding: 1rem;
	border-radius: 10px;
	margin-bottom: 1rem;
  margin-left: 0;
	padding-left: 2rem;
}

h2.blue {
	background-color: #cad4ec;
	padding: .5rem;
	border-radius: 10px;
}

div.presentation {
	border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
	margin-bottom: 1rem;
}

