@charset "utf-8";
/* CSS Document */
#new-features {
	margin-bottom: 3em;
}

#new-features .features-container {
	padding: 10px 20px 25px 20px;
}

#new-features .feature { min-height: 9em; }
* html #new-features .feature { height: 9em; }

#new-features p,
.features-box p {
	margin: 10px 0;
	line-height: 1.6;
	font-size: 85%;
}

#new-features p span.new,
.features-box p span.new,
#new-features p span.improved,
.features-box p span.improved {
	position: relative;
	left: -4px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 2px 4px 3px 4px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
#new-features p span.new,
.features-box p span.new { background-color: #cb44a9; }
#new-features p span.improved,
.features-box p span.improved { background-color: #65b253; }

#new-features td {
	width: 180px;
	padding-top: 1em;
	padding-right: 20px;
	margin-left: 0;
	margin-right: 20px;
}

#new-features .column2 {
	width: 190px;
	margin-right: 20px;
}

#new-features .column3 {
	width: 190px;
}

