
* {
	margin:0;
	padding:0;
}

th,td {
  height:auto;
}

table.a1 
{
	table-layout:auto;
	width: 100%;
	background-color:Transparent;
}

.x1 {
	width:50%;
	text-align:center;
}

.y1 {
	width:50%;
	text-align:center;
	font-size:14px;
}

/* grösse+design für smartphone ändern */

@media only screen and (max-width: 1024px) 
	{body {background:#2C2C2A;	       
}
	
th,td {
  height:auto;
}

table.a1 
{
	table-layout:fixed;
	width: 100%;
}

.x1 {
	width:50%;
	text-align:center;
}

.y1 {
	width:50%;
	text-align:center;
	font-size:12px;
}
}

