/* fuer tabelle as a grid 

?
.table-cell:nth-child(2) {

}
.table-cell:nth-child(3) {

}


*/

.vam {
	vertical-align: middle;
}

.tabAP {
	max-width: 640px;
}

.listLinkAP {
	background-color: #FFFFFF;
	border-bottom: 1px solid #cecece;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nichtzeigenmobil {
	display: none;
}


.table-cell {
	padding: 2px 4px 2px 4px;
	
}

.table-row {
	
}		

.nextPdf {
	background-color: #d9d9d9;
}

/* background-color: transparent; */
.table-cell:nth-child(1) {
	
}
/* color: #767676; */
.table-cell:nth-child(2) {
	
}

.table-cell:nth-child(3) {
	
}

.tc-label {
	display: inline-block;
	min-width: 120px;
}

.noBorder {
	border: 0px;
}
/* border-spacing: 0.5em; 
40em 
*/
@media (min-width: 801px) {
	.table {
		display: table;
		width: 100%;
		
	}
	.table-row {
		display: table-row;
		
	}
	.table-cell {
		display: table-cell;
		border-bottom: 1px solid #e5e5e5;
		
	}
	

	.table-cell:nth-child(1) {
		background-color: transparent;
	}
	
	
	.tc-label {
		display: none;
	}
	
	.nextPdf {
		background-color: transparent;
	}
	
	.noBorder {
		border: 0px;
	}

}	