table { 
  width: 100%; 
  border-collapse: collapse; 
}

/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #EFF2F5; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding-left: 6px; 
 border: 1px solid #E3E8F7;
  text-align: left; 
}

td.a1: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;
	}
	td.b1: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;
	}
	td.c1: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;
	}
	td.d1: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;
	}
	td.e1: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;
	}
	td.f1: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;
	}
	
@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, 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: 61%; 
	}
	
	td.a1: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;
	}
	td.b1: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;
	}
	td.c1: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;
	}
	td.d1: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;
	}
	td.e1: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;
	}
	td.f1: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
	*/
	
	td.a1:nth-of-type(1):before { content: "Benefit"; }
	td.a1:nth-of-type(2):before { content: "Explore Asia"; }
	td.a1:nth-of-type(3):before { content: "Explore Africa"; }
	td.a1:nth-of-type(4):before { content: "Explore Europe"; }
	td.a1:nth-of-type(5):before { content: "Explore Canada+"; }
	td.a1:nth-of-type(6):before { content: "Explore Gold"; }
	td.a1:nth-of-type(7):before { content: "Explore Platinum"; }
	td.a1:nth-of-type(8):before { content: "Deductible"; }
	
	td.b1:nth-of-type(1):before { content: "Medical Expense"; }
	td.b1:nth-of-type(2):before { content: "Sub-limit"; }
	
	td.c1:nth-of-type(1):before { content: "Benefit"; }
	td.c1:nth-of-type(2):before { content: "Explore Europe"; }
	td.c1:nth-of-type(3):before { content: "Explore Platinum"; }
	td.c1:nth-of-type(4):before { content: "Deductible"; }
	
	td.d1:nth-of-type(1):before { content: "Features (Sum Insured in Rs )"; }
	td.d1:nth-of-type(2):before { content: "3 Lakhs, 4 Lakhs"; }
	td.d1:nth-of-type(3):before { content: "5 Lakhs, 7 Lakhs, 10 Lakhs"; }
	td.d1:nth-of-type(4):before { content: "15 Lakhs, 20 Lakhs, 25 Lakhs"; }
	td.d1:nth-of-type(5):before { content: "50 Lakhs, 60 Lakhs"; }
	
	td.e1:nth-of-type(1):before { content: "Benefit"; }
	td.e1:nth-of-type(2):before { content: "Explanation"; }
	
	td.f1:nth-of-type(1):before { content: "Benefit"; }
	td.f1:nth-of-type(2):before { content: "Secure 3"; }
	td.f1:nth-of-type(3):before { content: "Secure 4"; }
	td.f1:nth-of-type(4):before { content: "Secure 5"; }