@media (max-width: 767px) {
	/* Table Block*/
	.responsive-table table, .rwd-table-block thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {display: block;}
	.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.responsive-table tr { border: 1px solid #ccc; }
	.responsive-table td { border: none;border-bottom: 1px solid #eee; position: relative;}
	.responsive-table td:before {position: absolute;top: 6px;left: 6px;width: 45%; padding-right: 10px; white-space: nowrap;}
}