/*

	-- -- -- -- -- -- --
	AirCorrect Inc.
	section-benefits.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

table {
	width: 80%;
	margin: 10px 0;
}

th {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 1.4em;
	text-align: center;
}

td {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 1.2em;
	text-align: center;
}

tr:hover td {
	background: #D5DFCF;
	cursor: default;
}