@charset "UTF-8";
/*BFE Reifenliste: Zusatz-Formatierungen Resultatansicht DE 05.12.2018*/

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/*
	Label the data
	*/
	table.reifenresult td:nth-of-type(1):before { content: "Marke \A Modell"; white-space: pre; }
	table.reifenresult td:nth-of-type(2):before { content: "Dimension \A Indexes/Saison"; white-space: pre; }
	table.reifenresult td:nth-of-type(3):before { content: "Effizienz"; }
	table.reifenresult td:nth-of-type(4):before { content: "Lärm"; }
	table.reifenresult td:nth-of-type(5):before { content: "Sicherheit"; }
	table.reifenresult td:nth-of-type(6):before { content: "Bewertung TCS"; }
	
}
