.attribution h1,
.attribution h2,
.attribution h3 {
	color: #000;
}
.attribution .list .item {
	background-color: #ecedef;
	border-radius: 5px;
	padding: 10px 20px;
	color: #000;
	margin-bottom: 20px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.attribution .boilerplate {
	background-color: #dcdedf;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5) inset;
}
.attribution .bpdl {
	font-size: 80%;
}