.tx-mig-fundingcalls .numberOfResults {
	display: grid;
    gap: 0.7em;
    padding: 7px;
    margin-top: 0.5em;
}

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

.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;
}

/* Fördermittel Spalte ohne Umbruch, bitte */
.tableMigMarketsurvey td:nth-child(7) {
	white-space: nowrap;
}


/*.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;
}