
.feature
{
	width:500px;
}

.features ul
{
	margin-left:5px;
}

.features ul li
{
	list-style-type:none;
}

.feature
{
	width:200px;
	background-color:#CACAFF;
	display:block;
	padding:5px;
	margin-top:2px;
	cursor:pointer;
}

.description
{
	display:block;
/* 	padding-bottom:10px; */
	margin-left:10px;
}