@charset "utf-8";
/* CSS Document */


.features-list
{
	border-collapse:collapse;
	width:100%;
}

.features-list th
{
	padding:5px;
	background-color:#f1f1f1;
	border-bottom:1px solid #e0e0e0;
}

.features-list td
{
	padding:3px 5px;
	border-bottom:1px dashed #eee;
}

.features-list tr:last-child td
{
	border-bottom:none;
}

.feature_type /* feature type section heading */
{
	padding:5px;
	background-color:#f7f7f7;
	border-bottom:1px solid #e0e0e0 !important;
	text-align:center;
}

.features-list .left
{
	text-align:left;
}

.features-list .right
{
	text-align:right;
}

.features-list .center
{
	text-align:center;
}