Wechseln zu:Navigation, Suche
Wiki
.centercell td:nth-child(2) {
	text-align: center;
}


/*** Formatierung Breakpoint sm ***/
@media (max-width: 576px) {

.colmobiltop {
	border: 0;
	background: white;
	}

.colmobiltop th:nth-child(2) {
	border-top: 2px solid #a2a9b1;
	}

.colmobiltop td:nth-child(1), .colmobiltop td:nth-child(2) {
	text-align:left;
	padding-left: 2px;
	vertical-align: top;
	width: 10%;
	float: left;
	margin-top: 5px;
	border-top: 2px solid #a2a9b1;
	border-right: 1px solid #a2a9b1;
	border-bottom: 0;
	border-left: 0;
	line-height: 1.6em;
	}

.colmobiltop td:nth-child(3) {
	text-align:left;
	padding-left: 12px;
	vertical-align: top;
	border-top: 2px solid #a2a9b1;
	border-right: 2px solid #a2a9b1;
	border-bottom: 0;
	border-left: 0;
	margin-top: 5px;
	line-height: 1.6em;
	}


}  /*** Ende Formatierungen für Breakpoint xs ***/