@media (max-width: 768px) { 

	#mobile_table { 
	  width: 100%; 
	  border-collapse: collapse; 
	}
	/* Zebra striping */
	#mobile_table  tr:nth-of-type(odd) { 
	  background: #eee; 
	}
	#mobile_table  th { 
	  background: #333; 
	  color: white; 
	  font-weight: bold; 
	}
	#mobile_table  td, th { 
	  padding: 6px; 
	  border: 1px solid #ccc; 
	  text-align: left; 
	}
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		#mobile_table  table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		#mobile_table  thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		#mobile_table  tr { border: 1px solid #ccc; }
		
		#mobile_table  td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		#mobile_table 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;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		
		/*
		Label the data
		*/
		table.table-mobi-1  td:nth-of-type(1):before { content: "Объем см^3/об"; }
		table.table-mobi-1  td:nth-of-type(2):before { content: "Левое вращение"; }
		table.table-mobi-1 td:nth-of-type(3):before { content: "Правое вращение"; }
		table.table-mobi-1 td:nth-of-type(4):before { content: "Всасывание и нагнетание"; }
		
		table.table-mobi-2  td:nth-of-type(1):before { content: "Объем см^3/об"; }
		table.table-mobi-2 td:nth-of-type(2):before { content: "Правое вращение"; }
		table.table-mobi-2 td:nth-of-type(3):before { content: "Всасывание и нагнетание"; } 
		
		table.table-mobi-3  td:nth-of-type(1):before { content: ""; }
		table.table-mobi-3 td:nth-of-type(2):before { content: "Рабочий объем"; }
		table.table-mobi-3 td:nth-of-type(3):before { content: "Давление рабочее"; } 
		
		table.table-mobi-4  td:nth-of-type(1):before { content: ""; }
		table.table-mobi-4 td:nth-of-type(2):before { content: "Серия"; }
		table.table-mobi-4 td:nth-of-type(3):before { content: "Смещение"; } 
		table.table-mobi-4 td:nth-of-type(4):before { content: "Рабочее давление"; }  
		
		table.table-mobi-5  td:nth-of-type(1):before { content: "Parker PGP 503"; }
		table.table-mobi-5 td:nth-of-type(2):before { content: "0008"; }
		table.table-mobi-5 td:nth-of-type(3):before { content: "0012"; } 
		table.table-mobi-5 td:nth-of-type(4):before { content: "0016"; }  
		table.table-mobi-5 td:nth-of-type(5):before { content: "0021"; }  
		table.table-mobi-5 td:nth-of-type(6):before { content: "0025"; }  
		table.table-mobi-5 td:nth-of-type(7):before { content: "0033"; }  
		table.table-mobi-5 td:nth-of-type(8):before { content: "0036"; }  
		table.table-mobi-5 td:nth-of-type(9):before { content: "0043"; }  
		table.table-mobi-5 td:nth-of-type(10):before { content: "0048"; }  
		table.table-mobi-5 td:nth-of-type(11):before { content: "0058"; }  
		table.table-mobi-5 td:nth-of-type(12):before { content: "0062"; }  
		table.table-mobi-5 td:nth-of-type(13):before { content: "0079"; }  
		
		table.table-mobi-6  td:nth-of-type(1):before { content: "Parker PGP 505"; }
		table.table-mobi-6 td:nth-of-type(2):before { content: "0030"; }
		table.table-mobi-6 td:nth-of-type(3):before { content: "0040"; } 
		table.table-mobi-6 td:nth-of-type(4):before { content: "0050"; }  
		table.table-mobi-6 td:nth-of-type(5):before { content: "0060"; }  
		table.table-mobi-6 td:nth-of-type(6):before { content: "0070"; }  
		table.table-mobi-6 td:nth-of-type(7):before { content: "0080"; }  
		table.table-mobi-6 td:nth-of-type(8):before { content: "0100"; }  
		table.table-mobi-6 td:nth-of-type(9):before { content: "0110"; }  
		table.table-mobi-6 td:nth-of-type(10):before { content: "0120"; }  
		
		table.table-mobi-7 td:nth-of-type(1):before { content: "Parker PGP 511"; }
		table.table-mobi-7 td:nth-of-type(2):before { content: "0060"; }
		table.table-mobi-7 td:nth-of-type(3):before { content: "0080"; } 
		table.table-mobi-7 td:nth-of-type(4):before { content: "0100"; }  
		table.table-mobi-7 td:nth-of-type(5):before { content: "0110"; }  
		table.table-mobi-7 td:nth-of-type(6):before { content: "0140"; }  
		table.table-mobi-7 td:nth-of-type(7):before { content: "0160"; }  
		table.table-mobi-7 td:nth-of-type(8):before { content: "0190"; }  
		table.table-mobi-7 td:nth-of-type(9):before { content: "0230"; }  
		table.table-mobi-7 td:nth-of-type(10):before { content: "0270"; }  
		table.table-mobi-7 td:nth-of-type(11):before { content: "0310"; }  
		table.table-mobi-7 td:nth-of-type(12):before { content: "0330"; }  
		
		table.table-mobi-8  td:nth-of-type(1):before { content: "Parker PGP 517"; }
		table.table-mobi-8 td:nth-of-type(2):before { content: "0140"; }
		table.table-mobi-8 td:nth-of-type(3):before { content: "0160"; } 
		table.table-mobi-8 td:nth-of-type(4):before { content: "0190"; }  
		table.table-mobi-8 td:nth-of-type(5):before { content: "0230"; }  
		table.table-mobi-8 td:nth-of-type(6):before { content: "0250"; }  
		table.table-mobi-8 td:nth-of-type(7):before { content: "0280"; }  
		table.table-mobi-8 td:nth-of-type(8):before { content: "0330"; }  
		table.table-mobi-8 td:nth-of-type(9):before { content: "0380"; }  
		table.table-mobi-8 td:nth-of-type(10):before { content: "0440"; }  
		table.table-mobi-8 td:nth-of-type(11):before { content: "0520"; }  
		table.table-mobi-8 td:nth-of-type(12):before { content: "0700"; }  
		
		table.table-mobi-9  td:nth-of-type(1):before { content: "Parker PGP 620"; }
		table.table-mobi-9 td:nth-of-type(2):before { content: "0160"; }
		table.table-mobi-9 td:nth-of-type(3):before { content: "0190"; } 
		table.table-mobi-9 td:nth-of-type(4):before { content: "0210"; }  
		table.table-mobi-9 td:nth-of-type(5):before { content: "0230"; }  
		table.table-mobi-9 td:nth-of-type(6):before { content: "0260"; }  
		table.table-mobi-9 td:nth-of-type(7):before { content: "0290"; }  
		table.table-mobi-9 td:nth-of-type(8):before { content: "0330"; }  
		table.table-mobi-9 td:nth-of-type(9):before { content: "0360"; }  
		table.table-mobi-9 td:nth-of-type(10):before { content: "0410"; }  
		table.table-mobi-9 td:nth-of-type(11):before { content: "0440"; }  
		table.table-mobi-9 td:nth-of-type(12):before { content: "0460"; }  
		table.table-mobi-9 td:nth-of-type(13):before { content: "0500"; }  
		table.table-mobi-9 td:nth-of-type(14):before { content: "0520"; }  
		
		table.table-mobi-10  td:nth-of-type(1):before { content: "Parker PGP 640"; }
		table.table-mobi-10 td:nth-of-type(2):before { content: "0300"; }
		table.table-mobi-10 td:nth-of-type(3):before { content: "0350"; } 
		table.table-mobi-10 td:nth-of-type(4):before { content: "0400"; }  
		table.table-mobi-10 td:nth-of-type(5):before { content: "0450"; }  
		table.table-mobi-10 td:nth-of-type(6):before { content: "0500"; }  
		table.table-mobi-10 td:nth-of-type(7):before { content: "0550"; }  
		table.table-mobi-10 td:nth-of-type(8):before { content: "0600"; }  
		table.table-mobi-10 td:nth-of-type(9):before { content: "0650"; }  
		table.table-mobi-10 td:nth-of-type(10):before { content: "0700"; }  
		table.table-mobi-10 td:nth-of-type(11):before { content: "0750"; }  
		table.table-mobi-10 td:nth-of-type(12):before { content: "0800"; }  
		
				
		table.table-mobi-11  td:nth-of-type(1):before { content: "Модель"; }
		table.table-mobi-11 td:nth-of-type(2):before { content: "Описание"; }
		table.table-mobi-11 td:nth-of-type(3):before { content: "Раб. объем"; } 
		table.table-mobi-11 td:nth-of-type(4):before { content: "Давление"; }  
		table.table-mobi-11 td:nth-of-type(5):before { content: "Смотреть"; }
		table.table-mobi-11 	b, strong{font-weight: 100;}
	}
}
