.ong{ width:100% !important;}
.mn_b{ max-width:80px !important;}
.ong table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	.ong tr:nth-of-type(odd) { 
		background: #eee; 
	}
	.ong th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	.ong td, .ong th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	@media 
	only screen and (max-width: 200px),
	(min-device-width: 200px) and (max-device-width: 200px)  {
	.mn_b{ max-width:250px !important;}
		/* Force table to not be like tables anymore */
		.ong table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.ong thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.pong tr { border: 1px solid #ccc; }
		
		.ong td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 58%; 
		}
		
		.ong 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;
		}
		
		/*
		Label the data
		*/
		.ong td:nth-of-type(1):before { content: "S. No."; }
		.ong td:nth-of-type(2):before { content: "LIST OF PROJECTS ARE UNDRE CONSTRUCTION BY NATIONAL ENGINEERING CONTRACTING"; }

	}
	
.ong1{ width:100% !important;}
.mn_b{ max-width:80px !important;}
.ong1 table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	.ong1 tr:nth-of-type(odd) { 
		background: #eee; 
	}
	.ong1 th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	.ong1 td, .ong1 th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	@media 
	only screen and (max-width: 200px),
	(min-device-width: 200px) and (max-device-width: 200px)  {
	.mn_b{ max-width:250px !important;}
		/* Force table to not be like tables anymore */
		.ong1 table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.ong1 thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.ong1 tr { border: 1px solid #ccc; }
		
		.ong1 td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 58%; 
		}
		
		.ong1 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;
		}
		
		/*
		Label the data
		*/
		.ong1 td:nth-of-type(1):before { content: "S. No."; }
		.ong1 td:nth-of-type(2):before { content: "LIST OF DESIGNED PROJECTS SUBMITTED TO DUBAI MUNICIPALITY FOR IMMINANT START (BY NEC ):"; }

	}