@charset "UTF-8";
/* CSS Document */

.table {
	display: table;
	border: 0px solid silver;
	width: 100%;
}

.table-row {
	display: table-row;
	border: 0px solid silver;
}

.table-cell {
	display: table-cell;
	border: 0px solid silver;
	padding: 10px;
}

.thead {
	font-weight: normal;
	color: #000;
}
.fliesenlaenge { color: #990000;font-weight: bold; }
.fugenbreite { color: #990000;font-weight: bold;padding-left: 70px; }
.fliesenbreite { color: #990000;font-weight: bold;padding-left: 70px; }
.gesamteflaeche { color: #990000;font-weight: bold; }
.fliesenstaerke{ color: #990000;font-weight: bold;}



 @media only screen and (max-width: 800px) {

	.table,
	.table-row,
	.table-cell {
		display: block;
		border: none;
	}
	.table-cell {
		padding: 2px;
	}
	.table-row { margin-bottom: 2px; }
	

}
