.responsivetable { width:auto;}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1008px){.responsivetable table, .responsivetable thead, .responsivetable tbody, .responsivetable th, .responsivetable td, .responsivetable tr { display: block;}
.responsivetable  thead tr { position: absolute; top: -9999px; left: -9999px;}
.responsivetable  tr { border: 1px solid #ccc; }
table.responsivetable  td { 
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
}
.prod_single.responsivetable td{ padding-left:10px;}
.responsivetable  td:before { 
	position: absolute;
	top: 6px;
	left: 6px;
	width: 41%; 
	padding-right: 10px; 
	white-space: nowrap;
}
.prod_mult.responsivetable td:nth-of-type(1):before { content: "Battery Type"; }
.prod_mult.responsivetable td:nth-of-type(2):before { content: "Capacity"; }
.prod_mult.responsivetable td:nth-of-type(3):before { content: "Length"; }
.prod_mult.responsivetable td:nth-of-type(4):before { content: "Width";}
.prod_mult.responsivetable td:nth-of-type(5):before { content: "Height";}
.prod_mult.responsivetable td:nth-of-type(6):before { content: "Without Acid";}
.prod_mult.responsivetable td:nth-of-type(7):before { content: "With Acid";}
.prod_mult.responsivetable td:nth-of-type(8):before { content: "Initial Charging";}
.prod_mult.responsivetable td:nth-of-type(9):before { content: "Recommended Vehicle";}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.project_tbl { 
		width: 100%; 
	}
}
	
