@charset "UTF-8";

div.section-feature {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eeebe9;
	border-bottom-color: #eeebe9;
	border-left-color: #eeebe9;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

div.section-feature-inner {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eeebe9;
	border-bottom-color: #eeebe9;
	border-left-color: #eeebe9;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 10px;
}

div.section-feature-inner ul li{
	float: left;
	list-style: none;
}
div.section-feature-inner ul li.lst { padding-left: 6px; }
