#footerContainer {
	padding: 0px 50px;
    display:block;
}

#footerContainer table{
	padding-top:15px;
	width: 100%;
    margin-bottom: 40px;
	display:table;
	opacity:1;
}

#footerContainer table thead{
	display:table-header-group;
}

#footerContainer table tbody{
	display:table-row-group;
}

#footerContainer table tbody tr{
	display:table-row;
	opacity:1;
}

#footerContainer table tbody tr td{
	display:table-cell;
	opacity:1;
}

#footerContainer table tbody tr td:first-child{
	text-align:left;
}

#footerContainer table tbody tr td:first-child div:first-child span{
	margin-right:8px;
}

#footerContainer table tbody tr td:last-child{
	text-align:right;
}

#footerContainer table tbody tr td:last-child span{
	margin-left:8px;
}

#footerContainer table tbody tr td div{
	color:#a8a8a8;
	margin-bottom:4px;
	display:block;
	opacity:1;
}

#footerContainer table tbody tr td span, 
#footerContainer table tbody tr td div span{
	color:#a8a8a8;
	display:inline;
	opacity:1;
}

#footerContainer table tbody tr td a, 
#footerContainer table tbody tr td div a,
#footerContainer table tbody tr td span a,
#footerContainer table tbody tr td div span a{
	color:#fff;
	display:inline;
	opacity:1;
}
