pre {
	position: relative;
}

pre::before {
	content: attr(rel);
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 1.3em;
	font-family: verdana, sans-serif;
	color: #dedede;
}

.f-and-b {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

.f-and-b img {
	float: left;
}

.f-and-b + p {
	clear: both;
}

.reaktiv-logo {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.comments-header pre::after {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	top: -10px;
	border: 5px solid red;
	border-radius: 999px;
	width: 50px;
	height: 50px;
}

.contact-list li {
	list-style: none;
}
