.refs {
	background: #fec;
	padding: 0 10px 50px 10px;
	text-align: left;
}

.refs .ref {
	clear: both;
	padding-top: 50px;
}

.refs .ref p:before {
	content: "— ";
}

.refs .ref p {
	text-align: right;
	margin: 0;
}

.refs .ref div.odd {
	float: left;
}

.refs .ref div.even {
	float: right;
}

.refs .ref div img {
	display: block;
	margin: 0 20px 5px 20px;
}

.refs .ref div p:before {
	content: "";
}

.refs .ref div p {
	font-style: italic;
	text-align: center;
}

