﻿dl{
	width:-moz-fit-content;
	width:fit-content;
	max-width:100%; 
}
dt{
	font-size:1.5em;
}
dd{
	margin-top:2em;
	margin-left:0;
}
dd + dt{
	margin-top:3em;
	padding-top:3em;
	border-top:1px solid #eee; 
}
dd ul li{
	margin-bottom:0;
}
dd b{
	font-weight:bolder;
}
.bigchar{
	font-size:5em;
	vertical-align:middle;
	font-weight:bold;
	color:grey;
}
dd.withimg{
	display:flex;           
	align-items:flex-start;
/*	justify-content:flex-start;
	gap:20px;*/
	margin-bottom:20px;
}
.ddtext{
	flex:1;
	padding-right:20px;
}
.ddimg,
.bigchar {
	width:100%;
	max-width:300px;
	height:auto;
	display:block;
}
.ddimg figcaption{
	font-size:0.85em;
	color:#666;
	margin-top:5px;
	align:center;
}

/* Responsive */
@media (max-width:600px) {
  
dd.withimg{
	flex-direction:column-reverse;
	align-items:flex-start; 
	gap:10px;
}
.ddtext{
	width:100%;
}
.ddimg{
	width:100%;             
	max-width:300px;
	align-self:flex-start;
}

}
