.trLink:hover{
	cursor: pointer;
	background-color: lightblue !important;
}

.gelb{
	background-color: yellow;
}
.rot{
	background-color: red;
	color: white;
}
#notification{
 text-align: center;   
 color: red;
}
.underline{
	text-decoration: underline;
}
.redBold{
 font-weight: bolder;
 color: red;
}
.greenBold{
 font-weight: bolder;
 color: green;
}

.ui-table-reflow.ui-responsive {
 display: table !important;
}

.ueberschrift{
text-align:center;
background-color: lightgrey;
}
.koSieger{
text-align:center;
font-weight: bolder;
}
.sieger{
font-weight: bolder;
}
.koLooser{
text-align:center;
}

@media ( min-width: 20em ) {
	/* Show the table header rows and set all cells to display: table-cell */
	
	.non-responsive td,
	.non-responsive th,
	.non-responsive tbody th,
	.non-responsive tbody td,
	.non-responsive thead td,
	.non-responsive thead th
	{
		display: table-cell;
		text-align: center;
		margin: 0;
	}
	/* Hide the labels in each cell */
	.non-responsive td .ui-table-cell-label,
	.non-responsive th .ui-table-cell-label {
		display: none;
	}
	.non-responsive tbody td, 
	{
		text-align: center;
	}
}
 
