@charset "UTF-8";
 
.highlighted { 
	font-size:1.2em;
	}
#page-features #content ul {
	max-width:890px;
	}
#page-features h2 {
	padding-bottom:5px;
	margin:0;
	border-bottom:1px dotted #CCC;
	}
#page-features h3 {
	padding-bottom:5px;
	margin:0;
	border-bottom:1px dotted #CCC;
	}

#page-features #content li {
	padding:0 0 1em 0;
	margin:0;
	}
#page-features #content .index li {
	padding:0;
	margin:0;
	
	}
#page-features #content li strong {
	display:block;
	}

#page-features #content p {
	max-width:1000px;
	}
#page-features .feature {
	display:block;
	border:1px solid rgba(0,0,0,.1);
	float:right;
	width:400px;
	height:330px;
	max-width:90%;
	box-shadow: 5px 5px 27px rgba(0,0,0,.1);
	margin:0 0 1em 1em;
	}

@media only screen and (max-width: 600px) {
	#page-features #content .index ul {
		float:none;
		width:auto;
		padding:0;
	}
	#page-features .feature {
	float:none;
	max-width:90%;
	box-shadow:inset 0 2px 7px rgba(0,0,0,.1);
	margin:1em;
	}
}