
div#ftr_wrapper{
	max-width:780px;
	margin: 0 auto;
	margin-top:50px;
	position:relative;	
	/*background:#F6A828;*/
	border: 0px solid red;
}

h5.feature_table{
	margin-top: 30px;
}
	
/* tables still need 'cellspacing="0"' in the markup */
table.feature_table {
	margin-top:5px;
	margin-bottom:50px;
    border-collapse: collapse;
    border-spacing: 0;
    border: medium none;
    vertical-align: middle;
}

table.feature_table tr {
	
}

table.feature_table th{
	background-color: #004080;
	color: #ffffff;
	border: 0;
	padding: 5px 10px;
	text-align: center;
}

table.feature_table th h5{
	color: #fff;
}

table.feature_table tr:nth-child(even) td{
	/*background-color: transparent;*/
	background-color: #e5e7e8;
	color: #404040;
}

table.feature_table tr:nth-child(odd) td{
	background-color: #f5f7f8;
	color: #404040;
}

table.feature_table td {
	padding: 5px 10px;
	text-align: center;
}


