/*
 * Flip Table
 * Moblie table css starts
 * add in table class cf rt table-mobile
 * add in thead class cf
 */
	.cf-vertical:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	* html .cf-vertical { zoom: 1; }
	*:first-child+html .cf-vertical { zoom: 1; }

	.rt-vertical { width: 100%; border-collapse: collapse; border-spacing: 0; }

	.rt-vertical th,
	.rt-vertical td { margin: 0; padding: 0.4166em;/*10*/ vertical-align: top; border: 1px solid #babcbf; /* background: #fff;  */}
	.rt-vertical th { text-align: left; /* background: #fff2b2; */ }

	@media only screen and (max-width: 100%} { /*640*/

		.table-vertical { display: block; position: relative; width: 100%; white-space:nowrap; }
		.table-vertical thead { display: block; float: left; }
		.table-vertical tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
		.table-vertical thead tr { display: block; }
		.table-vertical th { display: block; min-width: 100px; width: auto;}
		.table-vertical tbody tr { display: inline-block; vertical-align: top; }
		.table-vertical td { display: block; min-height: 1.25em; }

		/* sort out borders */

		.rt-vertical th { border-bottom: 1px solid #babcbf; }
		.rt-vertical td { border-left: 1px solid #babcbf; border-right: 1px solid #babcbf; border-bottom: 1px solid #babcbf; }
		.rt-vertical tbody tr { border-right: 1px solid #babcbf; }
		.rt-vertical th:last-child,
		.rt-vertical td:last-child { border-bottom: 1px solid #babcbf; }
	}
//Moblie table css ends