#Outline > #Contents > div.block:has(> header) {
	padding-top: 0;
}
#Outline > #Contents > div.block > header {
	position: relative;
	margin: 0 0 25px;
	width: 100%;
	height: auto;
}
#Outline > #Contents > div.block section {
	width: 100% !important;
}
#Outline > #Contents > div.block section + section {
	padding-top: 30px;
}
#Outline > #Contents > div.block section img {
	width: 100%;
	max-width: 321px;
}
#Outline > #Contents > div.block section img:first-child {
	margin-top: 0;
}
