@charset "UTF-8";


#content {
	max-width:890px;
	margin:0;
	}

#content form {
	clear:both !important;
	}


#content p {
	max-width:1000px;
	}
.feature {
	display:block;
	border:1px solid rgba(0,0,0,.2);
	border-radius:11px;
	float:right;
	width:400px;
	height:330px;
	max-width:90%;
	box-shadow:inset 0 2px 7px rgba(0,0,0,.1);
	margin:0 0 0 1em;
	}

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