.tx-mig-fundingcalls table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	margin-top: 50px;
}

.tableMigFundingcalls th
{
	text-align: center;
	background: #66A4B6;
	padding: 7px;
	padding-bottom: 10px;
	color: #fff;
	position: relative;
}

.tableMigMarketsurvey th.center
{
	text-align: center;
}

.tx-mig-fundingcalls table td {
	vertical-align: top;
	padding: 15px 7px 15px 7px;
}

/*.tx-mig-fundingcalls table td:last-child, .tableMigMarketsurvey th:last-child {
	display: none;
}*/
.tx-mig-fundingcalls tr:nth-child(even) {background: #e2e2e2}
.tx-mig-fundingcalls tr:nth-child(odd) {background: #f2f2f2}

.tx-mig-fundingcalls a {
	color: #006885;
}
.tx-mig-fundingcalls td a::before {
	position: relative;
	display: inline-block;
	content: '';
	width: 10px;
	height: 12px;
	margin-left: -7px;
	padding-right: 20px;
	background: transparent url('../Gfx/a-arrow.svg') center center no-repeat;
	background-size: 15px 12px;
}
.tx-mig-fundingcalls td a:hover::before {
	-moz-animation: a-arrow-anim .5s ease-out forwards;
	animation: a-arrow-anim .5s ease-out forwards;
}
