.limiter {
	width: 100%;
	margin: 0 auto;
}

table {
	border-spacing: 1;
	border-collapse: collapse;
	background: white;
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
table * {
	position: relative;
}
table td, table th {
	padding-left: 8px;
}
table thead tr {
	height: 30px;
	background: #590606;
}
table tbody tr {
	height: 30px;
}
table tbody tr:last-child {
	border: 0;
}
table td, table th {
	text-align: left;
}
table td.l, table th.l {
	text-align: right;
}
table td.c, table th.c {
	text-align: center;
}
table td.r, table th.r {
	text-align: center;
}


.table100-head th{
	color: #fff;
	line-height: 1.2;
	font-weight: unset;
}

tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}

tbody tr {
	color: #808080;
	line-height: 1.5;
	font-weight: unset;
}

tbody tr:hover {
	color: #555555;
	background-color: #f5f5f5;
	cursor: pointer;
}


.column5 {
	width: 25%;
	text-align: center;

}

.column6 {
	width: 10%;
	text-align: center;
}

.column7 {
	width: 10%;
	text-align: center;
}

.column8 {
	width: 40%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}

.column9 {
	width: 15%;
	text-align: center;
}

.column10,.column11,.column12,.column13,.column14 {
	width: 20%;
	text-align: center;
}

@media screen and (max-width: 600px) {
	table {
	display: block;
	}
	table > *, table tr, table td, table th {
	display: block;
	}
	table thead {
	display: none;
	}
	table tbody tr {
	height: auto;
	padding: 37px 0;
	}
	table tbody tr td {
	padding-left: 40% !important;
	margin-bottom: 24px;
		
	}
	table tbody tr td:last-child {
	margin-bottom: 0;
	}
	table tbody tr td:before {
	color: #999999;
	font-weight: unset;
	position: absolute;
	width: 40%;
	left: 30px;
	}
	table tbody tr td:nth-child(1):before {
	content: "Activity";
	}
	table tbody tr td:nth-child(2):before {
	content: "INR (person)";
	}
	table tbody tr td:nth-child(3):before {
	content: "INR (minimum)";
	}
	table tbody tr td:nth-child(4):before {
	content: "Timings";
	}
	table tbody tr td:nth-child(5):before {
	content: "Distance";
	}

	table.daypass tbody tr td:nth-child(1):before {
	content: "Indian 0-12 years";
	}
	table.daypass tbody tr td:nth-child(2):before {
	content: "Indian from 12 years";
	}
	table.daypass tbody tr td:nth-child(3):before {
	content: "Non-Indian 0-5 years";
	}
	table.daypass tbody tr td:nth-child(4):before {
	content: "Non-Indian 6-11 years";
	}
	table.daypass tbody tr td:nth-child(5):before {
	content: "Non-Indian from 12 years";
	}
	

	.column5, .column6,	.column7, .column8, .column9, .column10, .column11,	.column12, .column13, .column14 {
	text-align: left;
	}

	.column5, .column6,	.column7, .column8, .column9, .column10, .column11,	.column12, .column13, .column14 {
	width: 100%;
	}

}
