@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.responsive,.responsive thead,.responsive tbody,.responsive th,.responsive td,.responsive tr { 
		display: block; 
	}
    table.responsive2,.responsive2 thead,.responsive2 tbody,.responsive2 th,.responsive2 td,.responsive2 tr { 
		display: block; 
	}
	/* Force table to not be like tables anymore */
	table.responsive3,.responsive3 thead,.responsive3 tbody,.responsive3 th,.responsive3 td,.responsive3 tr { 
		display: block; 
	}
    table.responsive4,.responsive4 thead,.responsive4 tbody,.responsive4 th,.responsive4 td,.responsive4 tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
        padding: .5rem !important;
	}
    .responsive2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
        padding: .5rem !important;
	}
	.responsive3 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
        padding: .5rem !important;
	}
	.responsive4 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
        padding: .5rem !important;
	}
    .responsive2 tr:nth-of-type(odd) { border: 1px solid #ccc; 
        background-color: #343a40 !important;
        color:#ccc;
        margin-bottom: 10px;
    }
	
	.responsive tr:nth-of-type(odd) { border: 1px solid #ccc; 
        background-color: #343a40 !important;
        color:#ccc;
        margin-bottom: 10px;
    }
    .responsive2 tr:nth-of-type(odd) { border: 1px solid #ccc; 
        background-color: #343a40 !important;
        color:#ccc;
        margin-bottom: 10px;
    }
	.responsive3 tr:nth-of-type(odd) { border: 1px solid #ccc; 
        background-color: #343a40 !important;
        color:#ccc;
        margin-bottom: 10px;
    }
	.responsive4 tr:nth-of-type(odd) { border: 1px solid #ccc; 
        background-color: #343a40 !important;
        color:#ccc;
        margin-bottom: 10px;
    }

    .responsive tr:nth-of-type(even) { border: 1px solid #ccc; 
        background-color: #eee !important;
        margin-bottom: 10px;
    }
    .responsive2 tr:nth-of-type(even) { border: 1px solid #ccc; 
        background-color: #eee !important;
        margin-bottom: 10px;
    }
	.responsive3 tr:nth-of-type(even) { border: 1px solid #ccc; 
        background-color: #eee !important;
        margin-bottom: 10px;
    }
	.responsive4 tr:nth-of-type(even) { border: 1px solid #ccc; 
        background-color: #eee !important;
        margin-bottom: 10px;
    }
	
	
    .responsive td { 
		/* Behave  like a "row" */
		border: 1px solid #e30101;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
        min-width:12px;
	}
    .responsive2 td { 
		/* Behave  like a "row" */
		border: 1px solid #e30101;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
        min-width:12px;
	}
	.responsive3 td { 
		/* Behave  like a "row" */
		border: 1px solid #e30101;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
        min-width:12px;
	}
	.responsive4 td { 
		/* Behave  like a "row" */
		border: 1px solid #e30101;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
        min-width:12px;
	}
	
	.responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
    .responsive2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.responsive3 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.responsive4 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.responsive td:nth-of-type(1):before { content: "Datum"; }
	.responsive td:nth-of-type(2):before { content: "Zeit"; }
	.responsive td:nth-of-type(3):before { content: "Halle"; }
	.responsive td:nth-of-type(4):before { content: "Team A"; }
	.responsive td:nth-of-type(5):before { content: "Team B"; }
	.responsive td:nth-of-type(6):before { content: "Score"; }
	.responsive td:nth-of-type(7):before { content: "Kampfgericht"; }

    .responsive2 td:nth-of-type(1):before { content: "Datum"; }
	.responsive2 td:nth-of-type(2):before { content: "Zeit"; }
    .responsive2 td:nth-of-type(3):before { content: "#"; }
	.responsive2 td:nth-of-type(4):before { content: "Halle"; }
	.responsive2 td:nth-of-type(5):before { content: "Team A"; }
	.responsive2 td:nth-of-type(6):before { content: "Team B"; }
	.responsive2 td:nth-of-type(7):before { content: "Score"; }
	.responsive2 td:nth-of-type(8):before { content: "Kampfgericht"; }

	.responsive3 td:nth-of-type(1):before { content: "Datum"; }
	.responsive3 td:nth-of-type(2):before { content: "Zeit"; }
	.responsive3 td:nth-of-type(3):before { content: "Halle"; }
	.responsive3 td:nth-of-type(4):before { content: "Kategorie"; }
	.responsive3 td:nth-of-type(5):before { content: "Team A"; }
	.responsive3 td:nth-of-type(6):before { content: "Team B"; }
	.responsive3 td:nth-of-type(7):before { content: "Score"; }
	

    .responsive4 td:nth-of-type(1):before { content: "Datum"; }
	.responsive4 td:nth-of-type(2):before { content: "Zeit"; }
    .responsive4 td:nth-of-type(3):before { content: "Halle"; }
	.responsive4 td:nth-of-type(4):before { content: "Kategorie"; }
	.responsive4 td:nth-of-type(5):before { content: "#"; }
	.responsive4 td:nth-of-type(6):before { content: "Team A"; }
	.responsive4 td:nth-of-type(7):before { content: "Team B"; }
	.responsive4 td:nth-of-type(8):before { content: "Score"; }
	
}