

		td:nth-of-type(1) { content: ""; width:70%;}
		td:nth-of-type(2) { content: ""; width:30%;}
		
		.auto td:nth-of-type(1) { content: ""; width: auto;}
		.auto td:nth-of-type(2) { content: ""; width: auto;}
		
@media only screen and (max-width:760px) {

		.firsttable td:nth-of-type(1):before { content: "PANTS"; width:100%;}
		.firsttable td:nth-of-type(2):before { content: "PRICE"; width:100%; }
		.firsttable1 td:nth-of-type(1):before { content: "SKIRTS"; width:100%;}
		.firsttable1 td:nth-of-type(2):before { content: "PRICE"; width:100%; }
		.firsttable2 td:nth-of-type(1):before { content: "SPORTS JACKET BLAZER COATS"; width:100%; }
		.firsttable2 td:nth-of-type(2):before { content: "PRICE"; width:100%; }
		.firsttable3 td:nth-of-type(1):before { content: "SHIRT BLOUSES SWEATER"; width:100%; }
		.firsttable3 td:nth-of-type(2):before { content: "PRICE"; width:100%; }
		.firsttable4 td:nth-of-type(1):before { content: "DRESS GOWNS"; width:100%; }
		.firsttable4 td:nth-of-type(2):before { content: "PRICE"; width:100%; }
		.firsttable5 td:nth-of-type(1):before { content: "DRY CLEANING"; width:100%; }
		.firsttable5 td:nth-of-type(2):before { content: "PRICE"; width:100%; }

		
		td:nth-of-type(1) { content: ""; width:100%;}
		td:nth-of-type(2) { content: ""; width:100%;}
		td:nth-of-type(3) { content: ""; width:100%;}
		td:nth-of-type(4) { content: ""; width:100%;}
		td:nth-of-type(5) { content: ""; width:100%;}
		td:nth-of-type(6) { content: ""; width:100%;}
		td:nth-of-type(7) { content: ""; width:100%;}
		td:nth-of-type(8) { content: ""; width:100%;}


}