div#shed_list {
	margin: 1.5em .5em;
}
div.shed {
	margin: 0 .5em 3em .5em;
	float: left;
	
}

div.shed img {
	float: left;
	margin: .5em 1.5em 1.5em 1.5em;
	border: solid 1px #666;
}

div.shed {
	border-bottom: solid 1px #ddd;
}

div.shed:last-child {
	border:none;
}
div.shed h2 {
	clear: both;
}

table.features {
	float: none;
	background: none;
	text-align: left;
	padding: 0;
	font-size: 1em;
	border: #666 solid 1px;
}

table.features th {
	font-weight: normal;
	background: #eee;
	padding: .5em .5em .5em .5em ;
	border-bottom: solid #aaa 1px;
}

table.features td {
	border: none;
	text-align: left;
	font-weight: bold;
	padding: .5em .5em .5em .5em ;
	border-bottom: solid #ccc 1px;
}