    .tel table {
        border-collapse:separate;
    }

  
    table {
		min-width: 98%;
        margin-bottom:30px;
		margin-top: 20px;
        border-collapse:collapse;
        box-sizing: content-box;
    }

/*     Zebra striping */
    tr:nth-of-type(odd) {
        background: #fbf4e2;
    }

   
    th {
        font-weight:bold;
        background: #0B0197;
		color: #FBF4E2;
		text-align:left;
    }

   
    td,
    th {
        padding:10px;
        text-align:right;
        border:1px solid #846D71;   
		}

   
    @media 
    only screen and (max-width: 900px),
    (min-device-width: 768px) and (max-device-width: 1024px) {
        /* Force table to not be like tables anymore */
        	table, thead, tbody, th, td, tr { 
        		display: block; 
        	}
        	
        	/* Hide table headers (but not display: none;, for accessibility) */
        	thead tr { 
        		position: absolute;
        		top: -9999px;
        		left: -9999px;
        	}
        	
        	tr { border: 1px solid #ccc; }
        	
        	td { 
        		/* Behave  like a "row" */
        		border: none;
        		border-bottom: 1px solid #eee; 
        		position: relative;
        		padding-left: 50%; 
        	}
        	
        	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;
        	}
        	
               * { box-sizing:content-box !Important;}
        	/*
        	Label the data
        	*/
        	td:nth-of-type(1):before { content: "Sorte"; }
        	td:nth-of-type(2):before { content: "Qualit\E4t"; }
        	td:nth-of-type(3):before { content: "Bestellnummer"; }
		td:nth-of-type(4):before { content: "PZN"; }	
        	td:nth-of-type(5):before { content: "Packungsgr\F6\DF\65"; }
                td:nth-of-type(6):before { content: "Preis"; }
				
    }

    
    @media 
    only screen and (max-width: 900px),
    (min-device-width: 768px) and (max-device-width: 1024px) {
        /*
        	Label the data
        	*/
        	.tier td:nth-of-type(1):before { content: "Dosierung je:"; }
        	.tier td:nth-of-type(2):before { content: "Menge Pilzpulver"; }
        	.tier td:nth-of-type(3):before { content: "Menge Extrakt"; }
    }
	
	   @media 
    only screen and (max-width: 900px),
    (min-device-width: 768px) and (max-device-width: 1024px) {
        /*
        	Label the data
        	*/
        	.kaffee td:nth-of-type(1):before { content: "Sorte"; }
        	.kaffee td:nth-of-type(2):before { content: "Qualit\E4t"; }
        	.kaffee td:nth-of-type(3):before { content: "Bestellnummer"; }
		.kaffee td:nth-of-type(4):before { content: "Packungsgr\F6\DF\65"; }
                .kaffee td:nth-of-type(5):before { content: "Preis"; }		
    }

