/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Dec 12 2024 | 17:58:27 */
/*mobile and tablets*/
    @media (max-width: 980px){
	
	td:nth-of-type(1):before { content: "Cummins Generator Set : "; }
	td:nth-of-type(2):before { content: ""; }
	td:nth-of-type(3):before { content: "Engine Model : "; }
	td:nth-of-type(4):before { content: "Engine Origin : "; }
	td:nth-of-type(5):before { content: "Standby Power in kVA : "; }
	td:nth-of-type(6):before { content: "Standby Power in kW : "; }
	td:nth-of-type(7):before { content: "Prime Power in kVA : "; }
	td:nth-of-type(8):before { content: "Prime Power in kW : "; }
	td:nth-of-type(9):before { content: "Lory Summer Model : "; }
	td:nth-of-type(10):before { content: "Open Type Dimensions : "; }
	td:nth-of-type(11):before { content: "Open Type Weight KG : "; }
}


