div.feature > h1 {
	font-size:40px;
	margin-top:30px;
	margin-bottom:0px;
}
div.feature > h1 + p {
	margin-top:0px;
	clear:both;
}

div.feature div.featureinfo {
	float:left;
	width:65%;
	
	padding-right:10px;
	
	box-sizing:border-box;
}

@media (max-width: 1000px) {
	div.feature div.featureinfo {
		float:none;
		width:100%;
		padding-right:0px;
	}
	div.main div.overlay div.feature div.photos {
		margin-top:20px;
	}
}
@media (max-width: 600px) {
	div.introduction h1 {
		font-size:30px;
		line-height:30px;
	}
}

div.feature div.featureinfo table {
	border-collapse:collapse;

	border:0px solid #aaa;
	border-top-width:1px;
	border-left-width:1px;
	
	width:100%;
}

div.feature div.featureinfo th,
div.feature div.featureinfo td {
	border-spacing:0px;
	padding:10px;

	border:0px solid #aaa;
	border-bottom-width:1px;
	border-right-width:1px;
	
	font-family:helvetica,arial,sans-serif;
}

div.feature div.featureinfo th {
	text-align:right;
	padding-right:10px;
	
	background-color:#eee;
}



div.main div.overlay div.feature div.featureContent {
	width:65%;
	float:left;
	
	padding-right:10px;
	box-sizing:border-box;
	
	margin-bottom:300px;
}

div.feature div.featureContent h2 {
	font-size:30px;
	margin-top:40px;
}

div.feature div.featureContent p {
	text-align:justify;
}

div.feature div.featureContent > ul > li > ul {
	margin-bottom:20px;
}

div.feature div.featureContent > ul > li > ul > li {
	font-weight:normal;
}

div.feature div.featureContent > ul > li > ul > li:first-child {
	padding-top:5px;
}

div.main div.overlay div.feature div.photos {
	width:33%;
	float:right;
}

div.main div.overlay div.feature div.photos img.fit {
	max-width:100%;
}

div.main div.overlay div.feature div.photos a.extra img.fit,
div.main div.overlay div.feature div.photos a.similar img.fit {
	display:inline-block;
	text-align:bottom;
	max-width:50%;
	margin-top:10px;
	margin-right:10px;
}

div.main div.overlay div.feature div.photos h3 {
	clear:both;
}

div.main div.overlay div.feature div.photos p {
	margin-top:0px;
	font-size:12px;
	color:#555;
	font-family:helvetica,arial,sans-serif;
}
