.plan{ width:100% !important;}
.mn_b{ max-width:80px !important;}
.plan table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	.plan tr:nth-of-type(odd) { 
		background: #eee; 
	}
	.plan th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	.plan td, .plan th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	@media 
	only screen and (max-width: 560px),
	(min-device-width: 560px) and (max-device-width: 560px)  {
	.mn_b{ max-width:250px !important;}
		/* Force table to not be like tables anymore */
		.plan table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.plan thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.plan tr { border: 1px solid #ccc; }
		
		.plan td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 58%; 
		}
		
		.plan 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
		*/
		.plan td:nth-of-type(1):before { content: "Sl No."; }
		.plan td:nth-of-type(2):before { content: "Equipment & Specification"; }
		.plan td:nth-of-type(3):before { content: "Qty"; }

	}
	
.exin{ width:100% !important;}
.exin table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	.exin tr:nth-of-type(odd) { 
		background: #eee; 
	}
	.exin th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	.exin td, .plan th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	@media 
	only screen and (max-width: 560px),
	(min-device-width: 560px) and (max-device-width: 560px)  {

		/* Force table to not be like tables anymore */
		.exin table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.exin thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.exin tr { border: 1px solid #ccc; }
		
		.exin td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 58%; 
		}
		
		.exin 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
		*/
		.exin td:nth-of-type(1):before { content: "S. No."; }
		.exin td:nth-of-type(2):before { content: "Project Title &  Location"; }
		.exin td:nth-of-type(3):before { content: "Client Name"; }
        .exin td:nth-of-type(4):before { content: "Project Components - types of work items"; }
	}
	

	
