#download_content {
	width: 65%;
	padding: 15%;
	padding-top: 5%;
}

.dl_entry {
	padding: 10px;
	border: 1px solid gray;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.dl_entry img {
	float: left;
	padding-right: 10px;
	height: 48px;
}

.dl_description {
	margin-left: 65px;
	margin-bottom: 5px;
}

.dl_description h4 {
	 margin-bottom: 5px;
}

.dl_description p {
	margin-bottom: 5px;
}

.requirements {
	font: italic 10pt Georgia, "Times New Roman", Times, serif;
}

.dl_button a img {
	float: right;
	height: 25px;
}