main summary {
	font-weight: bold;
}
#instructions details {
	margin-bottom: 20px;
}
#instructions summary {
	font-weight: bold;
	list-style: none;
}
#instructions summary::-webkit-details-marker {
  display: none;
}
#instructions summary > span {
	display: inline;
	position: relative;
	background-color: initial;
	color: red;
	text-decoration: underline;
	letter-spacing: initial;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	vertical-align: baseline;
}
main img {
	box-shadow: 0px 0px 10px gray;
	margin: 10px 0px;
}
pre {
	color: black;
}
section {
	margin-bottom: 20px;
}
.excerpt {
	margin: 10px 0px;
}
video {
	margin: 10px 0px;
}
.video-container {
	padding: 5px 20px;
}