.clear {
	clear: both;
}
#pdf_list {
	padding-top: 30px;
	list-style-type: none;
}
#pdf_list li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.pdf-podcast-title {
	font-family: Merriweather;
	font-weight: bold;
	width: 500px;
	float: left;
	font-size: 20px;
	color: #484848;
}
.pdf-podcast-link {
	float: right;
}
.pdf-podcast-link a {
	display: block;
	background-color: #4ec9ee;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 5px 20px;
	font-family: Merriweather;
	font-size: 18px;
}
.pdf-podcast-link a:hover {
	background-color: #30abd0;
	color: #fff;
}