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