body {
    max-width: 800px;
    margin: 0 auto;
	font-family: sans-serif;
}

.copyright {
	width: 500px;
	height: 75px;
	margin-bottom: 15px;
}

.copyright div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
	
	text-align: center;
	font-weight: bold;
	font-size: .8em;
	font-style: italic;
}

.copyright img {
	padding-right: 20px;
	width: 75px;
}

.title {
	margin-bottom: 0px;
}

.subtitle {
	margin-top: 5px;
}

.reaction {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.comment {
	max-width: 600px;
	text-align: left;
}

.formelem {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}