table.features {
	margin:50px 0 0 0 ;
	border-collapse:collapse;
}
table.features th, table.features td {
	padding:1px 2px;
	border:1px solid #000;
	text-align:center;
	white-space:nowrap;
	vertical-align:bottom;
}
table.features th { 
	background:#0e71b4;
	color:#FFF;
}
table.features tr.row1 td { 
	background:#FFF;
}
table.features tr.row2 td { 
	background:#EEE;
}
table.features tr.row1_active td { 
	background:#97f199;
	color:#000;
}
table.features tr.row2_active td { 
	background:#97f199;
	color:#000;
}

.legenda{
	width:15px;
	height:15px;
	float:left;
	background-color:#97f199;
	margin:0 15px 0 0;
	border:1px solid #000;
}

.value{
	display:block;
	width:30px;
	float:left;
}

.legend{
	width:350px;
	padding:10px;
	overflow:auto;
	background:#eeeeee;
	border:1px solid #BFBFBF;
}
