.features {
	width: 1290px;
	margin-top: 10px;
}

.features tr td {
	height: auto;
	width: 33%;
	padding-right: 20px;
	vertical-align: top;
}

.features tr td .feat-title {
	font-size: 18px;
	font-weight: 700;
	color: #165d94;
}

.features tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 18px;
}

.report-links {
	display: inline-block;
	text-decoration: none;
	color: #1f6b2a;
	padding-bottom: 8px;
}

.report-links:hover {
	color: #38b449;
}