#features li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

#features h2 a {
	font-size: 1.3em;
	line-height: 1.3em;
}

#features h2 a:hover {
	border-bottom: 1px dotted #bbb;
}

#features .mfpost {
	padding: 7px 0 0 0;
}

#features img {
	float: left;
	display: inline;
	border: 1px solid #d9e2e5;
	padding: 2px;
	margin: 0 10px 0 0;
}

#features p {
	line-height: 1.5em;
}

.cssbutton {
	float: left;
	clear: both;
	margin: 15px 0 15px 0;
	background: #366799;
	color: #fff;
	padding: 5px 10px 5px 10px;
	display: block;
	font-weight: bold;
}

.cssbutton:hover {
	background: lightblue;
}