
body {
	max-width: 750px;
	margin: 0 auto;
	padding: 1em;
	font-family: georgia,serif;
}

main.double {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

img {
	max-width: 100%;
}

section.songtekst {
	white-space: pre;
}

dt:not(:first-child) {
	margin-top: 1em;
}

dd {
	max-width: 20em;
	margin-bottom: 0.2em;
	overflow: auto;
	padding: 0.2em;
	padding-left: 2em;
	text-indent: -2em;
	line-height: 125%;
}

dd:hover,dd:active {
	background: #eeeeee;
}
